Skip to content

Commit

Permalink
all: update Zig to version 0.14.0-dev.1911+3bf89f55c
Browse files Browse the repository at this point in the history
Signed-off-by: Wrench[bot] <wrench@hexops.com>
  • Loading branch information
wrench-bot authored and slimsag committed Oct 16, 2024
1 parent 0cd16a0 commit 7be3183
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.14.0-dev.1710+8ee52f99c.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.14.0-dev.1911+3bf89f55c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build
run: zig build

0 comments on commit 7be3183

Please sign in to comment.