Skip to content

Commit eacd2c3

Browse files
Update build.yml
1 parent 818181d commit eacd2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ runner.os == 'Linux' && matrix.platform.target == 'aarch64' && steps.cache-zig. outputs.cache-hit != 'true' }}
7272
shell: bash
7373
run: |
74-
wget -q "https://ziglang.org/download/${ZIG_VERSION}/zig-linux-x86_64-${ZIG_VERSION}.tar. xz"
74+
wget -q "https://ziglang.org/download/${ZIG_VERSION}/zig-linux-x86_64-${ZIG_VERSION}.tar.xz"
7575
tar xf "zig-linux-x86_64-${ZIG_VERSION}.tar.xz"
7676
cargo install cargo-zigbuild
7777

0 commit comments

Comments
 (0)