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 c2d4d47 commit 9605298Copy full SHA for 9605298
.github/workflows/build-and-test.yml
@@ -62,13 +62,14 @@ jobs:
62
behave --version
63
64
- name: Build (GCC)
65
- shell: C:\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64 {0}
+ shell: C:\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64 -use-full-path {0}
66
env:
67
MSYSTEM: UCRT64
68
CMAKE_TOOLCHAIN_FILE: C:/vcpkg/scripts/buildsystems/vcpkg.cmake
69
+ #run: |
70
+ # pacman -S --noconfirm pactoys
71
+ # pacboy -S --noconfirm cmake:p
72
run: |
- pacman -S --noconfirm pactoys
- pacboy -S --noconfirm cmake:p
73
cmake --version
74
which cmake
75
cmake --workflow --preset x64-Debug-GCC
0 commit comments