cd.yaml: install clang for quickjs-ng compilation
All checks were successful
Build && Deploy / cargo build (push) Successful in 54s
All checks were successful
Build && Deploy / cargo build (push) Successful in 54s
This commit is contained in:
parent
e9059f2bdf
commit
689d191d53
@ -9,6 +9,8 @@ jobs:
|
|||||||
name: cargo build
|
name: cargo build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install clang to compile quickjs-ng
|
||||||
|
run: apt update && apt install -y clang libclang-dev
|
||||||
- name: Restore cached toolchain
|
- name: Restore cached toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user