We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada2921 commit 2703cb7Copy full SHA for 2703cb7
.github/actions/rustler-precompiled/action.yml
@@ -101,7 +101,7 @@ runs:
101
if: ${{ inputs.use-zig == 'true' && runner.os == 'Linux' && runner.arch == 'X64' }}
102
shell: bash
103
run: |
104
- wget -q https://ziglang.org/download/0.15.2/zig-linux-x86_64-0.15.2.tar.xz
+ wget -q https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz
105
tar -xf zig-linux-x86_64-0.15.2.tar.xz
106
sudo mv zig-linux-x86_64-0.15.2 /usr/local/zig
107
echo "/usr/local/zig" >> $GITHUB_PATH
0 commit comments