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 838f49a commit 4340f8eCopy full SHA for 4340f8e
.github/workflows/build.yaml
@@ -37,8 +37,8 @@ jobs:
37
steps:
38
- name: Setup rust
39
if: startsWith(matrix.os, 'windows-11-arm')
40
- run: |
41
- Invoke-WebRequest -Uri https://win.rustup.rs/aarch64 -OutFile rustup-init.exe
+ run: |
+ 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"
44
0 commit comments