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 92f8730 commit f43ec6fCopy full SHA for f43ec6f
.github/workflows/Windows.yml
@@ -41,8 +41,7 @@ jobs:
41
cmake --preset x64-MSVC-Windows ../
42
cmake --build . --target compileTestSuite --verbose
43
cd Debug
44
- ./compileTestSuite
45
-
+ .\compileTestSuite.exe
46
# run: ${{github.workspace}}\buildEngine.bat
47
# - name: Configure CMake
48
# # 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