fix cd.yaml: install clang for quickjs-ng compilation #2

Merged
akulij merged 2 commits from dev into main 2025-05-31 09:12:23 +00:00
Showing only changes of commit 689d191d53 - Show all commits

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