Skip to content

Commit 8c19e0d

Browse files
test-windows.yml: Try switching to PowerShell as the shell, instead of cmd
1 parent 4a17884 commit 8c19e0d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,14 @@ jobs:
6464
faber --info=tools cxx
6565
6666
- name: build
67-
shell: cmd
67+
shell: pwsh
6868
run: |
6969
faber --builddir=build cxx.name=msvc --log=commands --log=output --with-boost-include="${{ github.workspace }}/vcpkgInstalled/x64-windows/include" -j4
70-
if %errorlevel% neq 0 exit %errorlevel%
7170
7271
- name: test
73-
shell: cmd
72+
shell: pwsh
7473
run: |
7574
faber --builddir=build cxx.name=msvc --with-boost-include="${{ github.workspace }}/vcpkgInstalled/x64-windows/include" -j4 test.report
76-
if %errorlevel% neq 0 exit %errorlevel%
7775
7876
- name: Save vcpkg cache
7977
id: cache-vcpkg-save

0 commit comments

Comments
 (0)