Skip to content

Commit c8d051b

Browse files
chris-eiblhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 058889e commit c8d051b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Native Windows MSVC (release)
8383
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
84-
shell: cmd
84+
shell: pwsh
8585
run: |
8686
choco install visualstudio2026buildtools -y --force --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --locale en-US --passive"
8787
set PATH=C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\bin;%PATH%
@@ -91,7 +91,7 @@ jobs:
9191
# No tests (yet):
9292
- name: Emulated Windows Clang (release)
9393
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
94-
shell: cmd
94+
shell: pwsh
9595
run: |
9696
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
9797
set PlatformToolset=clangcl

0 commit comments

Comments
 (0)