Skip to content

Commit 0238e80

Browse files
Update cmake-single-platform.yml
1 parent 4600b2c commit 0238e80

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

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

0 commit comments

Comments
 (0)