Skip to content

Commit f4a8fdf

Browse files
authored
fix shell for rust setup
1 parent c552199 commit f4a8fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/kit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
- if: ${{ matrix.os-version == '11-arm' }}
166166
name: Setup rust
167167
id: setup-rust
168+
shell: pwsh
168169
run: |
169170
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -OutFile .\rustup-init.exe
170171
.\rustup-init.exe -y

0 commit comments

Comments
 (0)