We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85bde1 commit 4cdaa39Copy full SHA for 4cdaa39
.github/workflows/swift.yml
@@ -33,6 +33,8 @@ jobs:
33
sudo apt-get update
34
# sudo apt-get -y upgrade
35
sudo apt-get -y install cargo lld git g++ clang curl
36
+ rustup install 1.73.0
37
+ rustup default 1.73.0
38
- name: Install Dependencies
39
uses: ./.github/actions/install-dependencies
40
with:
0 commit comments