We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce1bca commit 147b6b5Copy full SHA for 147b6b5
.github/workflows/deploy.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Install Zig
29
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
+ wget -q https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1830+779b8e259.tar.xz
+ tar -xf zig-linux-x86_64-0.12.0-dev.1830+779b8e259.tar.xz
32
33
- uses: actions/setup-python@v4
34
with:
@@ -41,7 +41,7 @@ jobs:
41
- name: Build native
42
working-directory: native
43
44
- ../zig-linux-x86_64-0.10.0-dev.4560+828735ac0/zig build -Drelease-fast=true
+ ../zig-linux-x86_64-0.12.0-dev.1830+779b8e259/zig build -Drelease-fast=true
45
46
- name: Build web
47
0 commit comments