Skip to content

Commit

Permalink
Use newer Swift toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 authored Dec 18, 2023
1 parent 8aa3672 commit 3cdf226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ runs:
echo "Linux toolchain already cached, skipping..."
else
TMP_DL=$(mktemp -d)
wget --no-verbose https://github.com/kabiroberai/swift-toolchain-linux/releases/download/v2.2.2/swift-5.7-ubuntu22.04.tar.xz -P $TMP_DL
tar -xvf $TMP_DL/swift-5.7-ubuntu22.04.tar.xz -C $THEOS/toolchain
wget --no-verbose https://github.com/kabiroberai/swift-toolchain-linux/releases/download/v2.3.0/swift-5.8-ubuntu22.04.tar.xz -P $TMP_DL
tar -xvf $TMP_DL/swift-5.8-ubuntu22.04.tar.xz -C $THEOS/toolchain
rm -Rf $TMP_DL
fi
Expand Down

0 comments on commit 3cdf226

Please sign in to comment.