cd.yaml: install clang for quickjs-ng compilation
All checks were successful
Build && Deploy / cargo build (push) Successful in 54s

This commit is contained in:
Akulij 2025-05-31 14:09:48 +05:00
parent e9059f2bdf
commit 689d191d53

View File

@ -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