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 6f5dd70 commit a551817Copy full SHA for a551817
.github/workflows/build.yaml
@@ -40,7 +40,8 @@ jobs:
40
run: |
41
Invoke-WebRequest -Uri "https://win.rustup.rs/aarch64" -OutFile rustup-init.exe
42
.\rustup-init.exe -y --default-toolchain stable
43
- $env:Path += ";$env:USERPROFILE\.cargo\bin"
+ $cargoPath = "$env:USERPROFILE\.cargo\bin"
44
+ Add-Content $env:GITHUB_PATH $cargoPath
45
- name: Verify Cargo Environment
46
if: startsWith(matrix.os, 'windows-11-arm')
47
0 commit comments