cd.yaml: install clangfor quickjs-ng compilation
Some checks failed
Build && Deploy / cargo build (push) Has been cancelled

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

View File

@ -9,6 +9,8 @@ jobs:
name: cargo build
runs-on: ubuntu-latest
steps:
- name: Install clang to compile quickjs-ng
run: apt update && apt install -y clang libclang-dev
- name: Restore cached toolchain
id: cache-toolchain
uses: actions/cache/restore@v4