We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb7d7c commit 58a29acCopy full SHA for 58a29ac
.github/workflows/windowsbuildcmake.yml
@@ -2,7 +2,7 @@ name: ZEngine Window CMake Build
2
3
on:
4
push:
5
-branches: [ newcmakelinux ]
+ branches: [ newcmakelinux ]
6
7
jobs:
8
Windows-CMake-Build:
@@ -20,7 +20,7 @@ jobs:
20
run: cmake --build ../build
21
22
- name: Test
23
- shell: pwsh
+ shell: pwsh {0}
24
run: ctest .
25
working-directory: ../build/ZEngine/tests
26
0 commit comments