update build from source deps

This commit is contained in:
Pierre Tachoire
2026-01-29 08:42:58 +01:00
parent 232e7a1759
commit 496c6905af
3 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ runs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y wget xz-utils ca-certificates gcc make git
sudo apt-get install -y wget xz-utils ca-certificates clang make git
# Zig version used from the `minimum_zig_version` field in build.zig.zon
- uses: mlugg/setup-zig@v2