We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a17884 commit 8c19e0dCopy full SHA for 8c19e0d
1 file changed
.github/workflows/test-windows.yml
@@ -64,16 +64,14 @@ jobs:
64
faber --info=tools cxx
65
66
- name: build
67
- shell: cmd
+ shell: pwsh
68
run: |
69
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%
71
72
- name: test
73
74
75
faber --builddir=build cxx.name=msvc --with-boost-include="${{ github.workspace }}/vcpkgInstalled/x64-windows/include" -j4 test.report
76
77
78
- name: Save vcpkg cache
79
id: cache-vcpkg-save
0 commit comments