We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83553 commit a70e7d1Copy full SHA for a70e7d1
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: mlugg/setup-zig@v1
15
with:
16
- version: 0.15.1
+ version: 0.15.0
17
- run: |
18
zig build test
19
zig build -Dtarget=x86-windows-gnu test
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
# Note that there's no testing for 32-bit on macos since offical support has been dropped
29
30
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
zig build -Dtarget=x86-linux-gnu test
0 commit comments