Skip to content

Commit 09fc5a5

Browse files
authored
Add --compressed flag to static linux sdk signature downloads. (swiftlang#469)
1 parent a79e8eb commit 09fc5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/static-linux/scripts/install-swift.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ curl -fsSL "${SWIFT_WEBROOT}/${download_dir}/${download_signature}" -o toolchain
4747

4848
echo "Fetching keys"
4949

50-
curl -fsSL https://swift.org/keys/all-keys.asc | gpg --import -
50+
curl -fsSL --compressed https://swift.org/keys/all-keys.asc | gpg --import -
5151

5252
echo "Verifying signature"
5353

0 commit comments

Comments
 (0)