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 5228caf commit 329f6deCopy full SHA for 329f6de
.github/workflows/cmake-single-platform.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Configure CMake
26
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
27
# 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}}
+ run: cmake -B ${{github.workspace}}/src/main/cpp/ -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
29
30
- name: Build
31
# Build your program with the given configuration
0 commit comments