Skip to content

Commit a016e99

Browse files
authored
Update cmake-multi-platform.yml
1 parent 7f80725 commit a016e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
8484
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
8585
#run: ctest --build-config ${{ matrix.build_type }}
86-
run: ./build/jsonata_generated_tests.exe
86+
run: .\build\Release\jsonata_generated_tests.exe

0 commit comments

Comments
 (0)