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 c8814aa commit d06ca4cCopy full SHA for d06ca4c
.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 src -DTARGET_LINUX=ON -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake lib -DTARGET_LINUX=ON -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
29
30
- name: Build
31
# Build your program with the given configuration
0 commit comments