Skip to content

Commit 64a4da7

Browse files
chrisbbreuerclaude
andcommitted
chore: use pantry-setup action instead of mlugg/setup-zig
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2464479 commit 64a4da7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest]
16-
zig-version: ['0.15.1', 'master']
16+
zig-version: ['0.15.1']
1717
fail-fast: false
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: mlugg/setup-zig@v2
20+
- uses: home-lang/pantry-setup@v1
2121
with:
22-
version: ${{ matrix.zig-version }}
22+
packages: ziglang.org@${{ matrix.zig-version }}
2323
- run: zig build
2424
- run: zig build test
2525

@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: mlugg/setup-zig@v2
31+
- uses: home-lang/pantry-setup@v1
3232
with:
33-
version: '0.15.1'
33+
packages: ziglang.org@0.15.1
3434
- run: zig fmt --check .

0 commit comments

Comments
 (0)