Skip to content

Commit

Permalink
all: update Zig to version 0.11.0-dev.3978+711b4e93e
Browse files Browse the repository at this point in the history
Signed-off-by: Wrench[bot] <[email protected]>
  • Loading branch information
wrench-bot committed Jul 13, 2023
1 parent 2f343d2 commit 75156cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Setup Zig
run: |
sudo apt install xz-utils
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3947+89396ff02.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3978+711b4e93e.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build
run: zig build

0 comments on commit 75156cd

Please sign in to comment.