Skip to content

Commit 926daee

Browse files
Update cmake-single-platform.yml
1 parent a077c2a commit 926daee

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
@@ -46,7 +46,7 @@ jobs:
4646
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4747
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
4848
-DBUILD_TESTS=${{env.BUILD_TESTS}} \
49-
-DCMAKE_TOOLCHAIN_FILE=build/Release/generators/conan_toolchain.cmake
49+
-DCMAKE_TOOLCHAIN_FILE=build/build/Release/generators/conan_toolchain.cmake
5050

5151
- name: Build
5252
# Build your program with the given configuration

0 commit comments

Comments
 (0)