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 7c1f3e8 commit 12c2064Copy full SHA for 12c2064
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: .github/script/setup
53
54
# Cross build
55
- - uses: mlugg/setup-zig@v1
+ - uses: mlugg/setup-zig@v2
56
if: matrix.target == 'aarch64-unknown-linux-gnu'
57
with:
58
version: 0.13.0
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
51
0 commit comments