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 c552199 commit f4a8fdfCopy full SHA for f4a8fdf
.github/workflows/kit.yml
@@ -165,6 +165,7 @@ jobs:
165
- if: ${{ matrix.os-version == '11-arm' }}
166
name: Setup rust
167
id: setup-rust
168
+ shell: pwsh
169
run: |
170
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -OutFile .\rustup-init.exe
171
.\rustup-init.exe -y
0 commit comments