Skip to content

Commit 147b6b5

Browse files
committed
Update CI to use latest Zig
1 parent 7ce1bca commit 147b6b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Install Zig
2929
run: |
30-
wget -q https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.4560+828735ac0.tar.xz
31-
tar -xf zig-linux-x86_64-0.10.0-dev.4560+828735ac0.tar.xz
30+
wget -q https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1830+779b8e259.tar.xz
31+
tar -xf zig-linux-x86_64-0.12.0-dev.1830+779b8e259.tar.xz
3232
3333
- uses: actions/setup-python@v4
3434
with:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build native
4242
working-directory: native
4343
run: |
44-
../zig-linux-x86_64-0.10.0-dev.4560+828735ac0/zig build -Drelease-fast=true
44+
../zig-linux-x86_64-0.12.0-dev.1830+779b8e259/zig build -Drelease-fast=true
4545
4646
- name: Build web
4747
run: |

0 commit comments

Comments
 (0)