Skip to content

Commit

Permalink
all: update Zig to version 0.13.0-dev.351+64ef45eb0
Browse files Browse the repository at this point in the history
Signed-off-by: Wrench[bot] <wrench@hexops.com>
  • Loading branch information
wrench-bot committed Jun 2, 2024
1 parent e33f2e4 commit f6b8903
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://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.3180+83e578a18.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.13.0-dev.351+64ef45eb0.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build
run: zig build

0 comments on commit f6b8903

Please sign in to comment.