Skip to content

Commit

Permalink
Use Zig 0.13.0 and compile to x86-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 4, 2024
1 parent 09675b4 commit d095214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Zig
uses: mlugg/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: Autogen
run: ./autogen.sh -s
Expand All @@ -53,6 +53,7 @@ jobs:
zig build
zig build -Dtarget=x86_64-linux
zig build -Dtarget=aarch64-linux
zig build -Dtarget=x86-windows
zig build -Dtarget=x86_64-windows
zig build -Dtarget=aarch64-windows
zig build -Dtarget=x86_64-macos
Expand Down

0 comments on commit d095214

Please sign in to comment.