Skip to content

Commit 086a5a3

Browse files
Update cmake-single-platform.yml
1 parent afab435 commit 086a5a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
- name: Configure CMake
4242
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
4343
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
44-
run: cmake -B build -S ${{github.workspace}} \
45-
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
46-
-DBUILD_TESTS=${{env.BUILD_TESTS}} \
47-
-DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/build/build/Release/generators/conan_toolchain.cmake
44+
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
45+
-DBUILD_TESTS=${{env.BUILD_TESTS}} \
46+
-DCMAKE_TOOLCHAIN_FILE=build/build/Release/generators/conan_toolchain.cmake
4847

4948
- name: Build
5049
# Build your program with the given configuration

0 commit comments

Comments
 (0)