We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2703cb7 commit 65ac48bCopy full SHA for 65ac48b
.github/actions/rustler-precompiled/action.yml
@@ -102,8 +102,8 @@ runs:
102
shell: bash
103
run: |
104
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
+ tar -xf zig-x86_64-linux-0.15.2.tar.xz
+ sudo mv zig-x86_64-linux-0.15.2 /usr/local/zig
107
echo "/usr/local/zig" >> $GITHUB_PATH
108
109
- name: Install cargo-zigbuild
0 commit comments