Skip to content

Commit

Permalink
Update CI to use latest Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Dec 18, 2023
1 parent 7ce1bca commit 147b6b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Install Zig
run: |
wget -q https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.4560+828735ac0.tar.xz
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
- uses: actions/setup-python@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build native
working-directory: native
run: |
../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
- name: Build web
run: |
Expand Down

0 comments on commit 147b6b5

Please sign in to comment.