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 b810bd8 commit 641c0ffCopy full SHA for 641c0ff
ci/semver.sh
@@ -26,7 +26,7 @@ release=$(
26
version=$(echo "$release" | jq -r '.vers')
27
28
crate_dir="libc-$version"
29
-curl -L "https://static.crates.io/crates/libc/libc-$version.crate" | tar xf -
+curl -L "https://static.crates.io/crates/libc/libc-$version.crate" | tar xzf -
30
31
# Need to convince Cargo it's not part of our workspace
32
echo '[workspace]' >> "$crate_dir/Cargo.toml"
0 commit comments