Skip to content

Commit 1809efe

Browse files
committed
switch to zig-master support
1 parent 7dd1cad commit 1809efe

File tree

3 files changed

+142
-137
lines changed

3 files changed

+142
-137
lines changed

.github/workflows/zig-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
submodules: recursive
3030
fetch-depth: 0
3131
- uses: mlugg/setup-zig@v1
32+
with:
33+
version: master
3234
- name: Build Summary ${{ matrix.targets }}
3335
run: zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=${{ matrix.targets }}
3436

@@ -39,5 +41,7 @@ jobs:
3941
steps:
4042
- uses: actions/checkout@v4
4143
- uses: mlugg/setup-zig@v1
44+
with:
45+
version: master
4246
- name: Build Summary x86_64-windows-msvc
4347
run: zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=native-windows-msvc

0 commit comments

Comments
 (0)