Skip to content

Commit

Permalink
switch to zig-master support
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jan 1, 2025
1 parent 7dd1cad commit 1809efe
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 137 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/zig-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
submodules: recursive
fetch-depth: 0
- uses: mlugg/setup-zig@v1
with:
version: master
- name: Build Summary ${{ matrix.targets }}
run: zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=${{ matrix.targets }}

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

0 comments on commit 1809efe

Please sign in to comment.