Skip to content

Commit 58a29ac

Browse files
committed
fix branches whitespace issue
1 parent 5eb7d7c commit 58a29ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windowsbuildcmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ZEngine Window CMake Build
22

33
on:
44
push:
5-
branches: [ newcmakelinux ]
5+
branches: [ newcmakelinux ]
66

77
jobs:
88
Windows-CMake-Build:
@@ -20,7 +20,7 @@ jobs:
2020
run: cmake --build ../build
2121

2222
- name: Test
23-
shell: pwsh
23+
shell: pwsh {0}
2424
run: ctest .
2525
working-directory: ../build/ZEngine/tests
2626

0 commit comments

Comments
 (0)