ci: use setup-zig v2.0.5

This commit is contained in:
Pierre Tachoire
2025-11-29 15:25:19 +01:00
parent 92572c977b
commit f968db63e9

View File

@@ -42,7 +42,7 @@ runs:
sudo apt-get update 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 python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
- uses: mlugg/setup-zig@v2 - uses: mlugg/setup-zig@v2.0.5
with: with:
version: ${{ inputs.zig }} version: ${{ inputs.zig }}