Skip to content

Commit 412e6b0

Browse files
authored
Merge branch 'swiftlang:main' into main
2 parents 5f9dab4 + 09fc5a5 commit 412e6b0

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)