update required deps for build from sources

This commit is contained in:
Pierre Tachoire
2026-01-28 15:37:58 +01:00
parent 3b809b2910
commit 335e781d0c
3 changed files with 3 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 python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
sudo apt-get install -y wget xz-utils ca-certificates gcc make git
# Zig version used from the `minimum_zig_version` field in build.zig.zon
- uses: mlugg/setup-zig@v2