We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2464479 commit 64a4da7Copy full SHA for 64a4da7
1 file changed
.github/workflows/ci.yml
@@ -13,13 +13,13 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest]
16
- zig-version: ['0.15.1', 'master']
+ zig-version: ['0.15.1']
17
fail-fast: false
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: mlugg/setup-zig@v2
+ - uses: home-lang/pantry-setup@v1
21
with:
22
- version: ${{ matrix.zig-version }}
+ packages: ziglang.org@${{ matrix.zig-version }}
23
- run: zig build
24
- run: zig build test
25
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
30
31
32
33
- version: '0.15.1'
+ packages: ziglang.org@0.15.1
34
- run: zig fmt --check .
0 commit comments