Skip to content

Commit fc8c87e

Browse files
committed
Try running a different powershell
1 parent 7238729 commit fc8c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-install-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
displayName: Install rust (unix)
1616
condition: ne( variables['Agent.OS'], 'Windows_NT' )
1717
18-
- powershell: |
18+
- pwsh: |
1919
if (!$env:TOOLCHAIN) {
2020
$env:TOOLCHAIN = "stable-${env:TARGET}";
2121
}

0 commit comments

Comments
 (0)