Skip to content

Commit 84d19c9

Browse files
committed
Switch default rust version to 1.73
1 parent f85bde1 commit 84d19c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
sudo apt-get update
3434
# sudo apt-get -y upgrade
3535
sudo apt-get -y install cargo lld git g++ clang curl
36+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
37+
export PATH="$HOME/.cargo/bin:$PATH"
38+
rustup install 1.73.0
39+
rustup default 1.73.0
3640
- name: Install Dependencies
3741
uses: ./.github/actions/install-dependencies
3842
with:

0 commit comments

Comments
 (0)