Skip to content

Commit 9605298

Browse files
committed
use MSVC's cmake
1 parent c2d4d47 commit 9605298

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ jobs:
6262
behave --version
6363
6464
- name: Build (GCC)
65-
shell: C:\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64 {0}
65+
shell: C:\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64 -use-full-path {0}
6666
env:
6767
MSYSTEM: UCRT64
6868
CMAKE_TOOLCHAIN_FILE: C:/vcpkg/scripts/buildsystems/vcpkg.cmake
69+
#run: |
70+
# pacman -S --noconfirm pactoys
71+
# pacboy -S --noconfirm cmake:p
6972
run: |
70-
pacman -S --noconfirm pactoys
71-
pacboy -S --noconfirm cmake:p
7273
cmake --version
7374
which cmake
7475
cmake --workflow --preset x64-Debug-GCC

0 commit comments

Comments
 (0)