Skip to content

Commit f43ec6f

Browse files
authored
Update Windows.yml
1 parent 92f8730 commit f43ec6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
cmake --preset x64-MSVC-Windows ../
4242
cmake --build . --target compileTestSuite --verbose
4343
cd Debug
44-
./compileTestSuite
45-
44+
.\compileTestSuite.exe
4645
# run: ${{github.workspace}}\buildEngine.bat
4746
# - name: Configure CMake
4847
# # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)