Skip to content

Commit a38059f

Browse files
authored
Update cmake-single-platform.yml
1 parent 329f6de commit a38059f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
- name: Build
3131
# Build your program with the given configuration
32-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
32+
run: cmake --build ${{github.workspace}}/src/main/cpp/ --config ${{env.BUILD_TYPE}}
3333

3434
- name: Test
35-
working-directory: ${{github.workspace}}/build
35+
working-directory: ${{github.workspace}}/src/main/cpp/
3636
# Execute tests defined by the CMake configuration.
3737
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
3838
run: ctest -C ${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)