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 0776bff commit 09b85a1Copy full SHA for 09b85a1
.github/workflows/build.yml
@@ -77,7 +77,10 @@ jobs:
77
if: matrix.type == 'windows-aarch64'
78
run: |
79
curl -sSf -o rustup-init.exe https://win.rustup.rs/aarch64
80
- .\rustup-init.exe -y --default-toolchain stable --profile minimal
+ .\rustup-init.exe -y --default-toolchain none
81
+ $env:CARGO_HOME = "$env:USERPROFILE\.cargo"
82
+ echo "CARGO_HOME=$env:CARGO_HOME" >> $env:GITHUB_ENV
83
+ echo "$env:CARGO_HOME\bin" >> $env:GITHUB_PATH
84
85
- name: 'Shared: Install Rust toolchain'
86
uses: dtolnay/rust-toolchain@nightly
0 commit comments