Skip to content

Commit

Permalink
zig dev.2302
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Jan 21, 2024
1 parent 47d7501 commit cdb1cac
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.2285+b80cad248.tar.xz|tar xJ --strip-component=1 -C zig
curl -LZ https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.2302+b729a3f00.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 cdb1cac

Please sign in to comment.