File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
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 .
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : mlugg/setup-zig@v2
16+ - uses : home-lang/pantry-setup@v1
1717 with :
18- version : ' master '
18+ packages : ziglang.org@0.15.1
1919 - run : zig build
2020 - run : zig build test
2121 - name : Create Release
You can’t perform that action at this time.
0 commit comments