Skip to content

Commit 641c0ff

Browse files
committed
update
1 parent b810bd8 commit 641c0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/semver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=$(
2626
version=$(echo "$release" | jq -r '.vers')
2727

2828
crate_dir="libc-$version"
29-
curl -L "https://static.crates.io/crates/libc/libc-$version.crate" | tar xf -
29+
curl -L "https://static.crates.io/crates/libc/libc-$version.crate" | tar xzf -
3030

3131
# Need to convince Cargo it's not part of our workspace
3232
echo '[workspace]' >> "$crate_dir/Cargo.toml"

0 commit comments

Comments
 (0)