We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f9dab4 + 09fc5a5 commit 412e6b0Copy full SHA for 412e6b0
swift-ci/sdks/static-linux/scripts/install-swift.sh
@@ -47,7 +47,7 @@ curl -fsSL "${SWIFT_WEBROOT}/${download_dir}/${download_signature}" -o toolchain
47
48
echo "Fetching keys"
49
50
-curl -fsSL https://swift.org/keys/all-keys.asc | gpg --import -
+curl -fsSL --compressed https://swift.org/keys/all-keys.asc | gpg --import -
51
52
echo "Verifying signature"
53
0 commit comments