We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778de27 commit f823585Copy full SHA for f823585
scripts/install-toolchain.sh
@@ -19,7 +19,6 @@ fi
19
case $(uname -s) in
20
Darwin)
21
toolchain_download="$swift_tag-macos_x86_64.pkg"
22
- echo '-macos' >> .swift-version
23
;;
24
Linux)
25
if [ $(grep RELEASE /etc/lsb-release) == "DISTRIB_RELEASE=18.04" ]; then
0 commit comments