We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818181d commit eacd2c3Copy full SHA for eacd2c3
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
if: ${{ runner.os == 'Linux' && matrix.platform.target == 'aarch64' && steps.cache-zig. outputs.cache-hit != 'true' }}
72
shell: bash
73
run: |
74
- wget -q "https://ziglang.org/download/${ZIG_VERSION}/zig-linux-x86_64-${ZIG_VERSION}.tar. xz"
+ wget -q "https://ziglang.org/download/${ZIG_VERSION}/zig-linux-x86_64-${ZIG_VERSION}.tar.xz"
75
tar xf "zig-linux-x86_64-${ZIG_VERSION}.tar.xz"
76
cargo install cargo-zigbuild
77
0 commit comments