We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mlugg
1 parent c37b1e7 commit ac38645Copy full SHA for ac38645
1 file changed
.github/workflows/zig_test.yml
@@ -21,11 +21,15 @@ jobs:
21
runs-on: ${{matrix.os}}
22
steps:
23
- uses: actions/checkout@v2
24
- - uses: goto-bus-stop/setup-zig@v2
+ - uses: mlugg/setup-zig@v1
25
+ with:
26
+ version: 0.13.0
27
- run: zig build test
28
lint:
29
runs-on: ubuntu-latest
30
31
32
33
34
35
- run: zig fmt --check .
0 commit comments