Skip to content

Commit 3dde7e1

Browse files
authored
Update rust.yml
1 parent fd90013 commit 3dde7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
where bash
4040
- name: Verify Visual Studio Build Tools Installation
4141
if: matrix.os == 'windows-11-preview_aarch64'
42-
shell: pwsh
42+
shell: powershell
4343
run: |
4444
$vsWherePath = "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe"
4545
if (Test-Path $vsWherePath) {

0 commit comments

Comments
 (0)