Skip to content

Commit

Permalink
https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1879+e19219fa0…
Browse files Browse the repository at this point in the history
….tar.xz
  • Loading branch information
phoepsilonix committed Jan 4, 2024
1 parent ba63553 commit c949084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install build-essential make git clang
rm -f ~/.cargo/config*
mkdir -p zig
curl -LZ https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1861+412999621.tar.xz|tar xJ --strip-component=1 -C zig
curl -LZ https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1879+e19219fa0.tar.xz|tar xJ --strip-component=1 -C zig
sudo mv zig /usr/local/
echo "/usr/local/zig" >> $GITHUB_PATH
- name: Install sccache
Expand Down

0 comments on commit c949084

Please sign in to comment.