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 84d19c9Copy full SHA for 84d19c9
.github/workflows/swift.yml
@@ -33,6 +33,10 @@ 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
+ 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
40
- name: Install Dependencies
41
uses: ./.github/actions/install-dependencies
42
with:
0 commit comments