Skip to content

Commit 4cdaa39

Browse files
committed
Switch default rust version to 1.73
1 parent f85bde1 commit 4cdaa39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ 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+
rustup install 1.73.0
37+
rustup default 1.73.0
3638
- name: Install Dependencies
3739
uses: ./.github/actions/install-dependencies
3840
with:

0 commit comments

Comments
 (0)