Skip to content

Commit

Permalink
[ci] chore: bump zig
Browse files Browse the repository at this point in the history
  • Loading branch information
motiejus committed Jun 26, 2024
1 parent 6dfe5b0 commit ad94ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: ~/.cache/zig
- run: |
wget --progress=dot:mega \
https://ziglang.org/download/0.12.0/zig-linux-$(uname -m)-0.12.0.tar.xz
https://ziglang.org/download/0.13.0/zig-linux-$(uname -m)-0.13.0.tar.xz
tar -xJf zig-linux-*.tar.xz
rm zig-linux-*.xz
mv zig-linux-* zig-sdk
Expand Down

0 comments on commit ad94ef4

Please # to comment.