Skip to content

Commit

Permalink
chore(ci): Fixing ci zig version to the version before ziglang/zig#20847
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Sep 18, 2024
1 parent 072c202 commit 3495e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup nightly Zig
uses: mlugg/setup-zig@v1
with:
version: master
version: 0.14.0-dev.121+ab4c461b7
- name: Build test ffi lib
run: zig build-lib -dynamic tests/utils/foreign.zig && mv libforeign.* tests/utils/

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup nightly Zig
uses: mlugg/setup-zig@v1
with:
version: master
version: 0.14.0-dev.121+ab4c461b7
- name: Build for wasm
run: zig build -Dtarget=wasm32-freestanding -freference-trace -Doptimize=ReleaseSmall
- name: Cleanup
Expand All @@ -115,5 +115,5 @@ jobs:
- name: Setup nightly Zig
uses: mlugg/setup-zig@v1
with:
version: master
version: 0.14.0-dev.121+ab4c461b7
- run: zig fmt --check src/*.zig src/**/*.zig

0 comments on commit 3495e21

Please sign in to comment.