Skip to content

Commit 329f6de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Configure CMake
2626
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
2727
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
28-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
28+
run: cmake -B ${{github.workspace}}/src/main/cpp/ -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2929

3030
- name: Build
3131
# Build your program with the given configuration

0 commit comments

Comments
 (0)