We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc4980 commit 6fb78a9Copy full SHA for 6fb78a9
.github/actions/install/action.yml
@@ -36,7 +36,7 @@ runs:
36
shell: bash
37
run: sudo apt-get install -y wget xz-utils python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
38
39
- - uses: mlugg/setup-zig@v1
+ - uses: mlugg/setup-zig@v2
40
with:
41
version: ${{ inputs.zig }}
42
.github/workflows/zig-fmt.yml
@@ -32,7 +32,7 @@ jobs:
32
timeout-minutes: 15
33
34
steps:
35
version: ${{ env.ZIG_VERSION }}
0 commit comments