Skip to content

Commit 395bc06

Browse files
Update cmake-single-platform.yml
1 parent cd5dd9d commit 395bc06

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
@@ -40,7 +40,7 @@ jobs:
4040
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4141
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
4242
-DBUILD_TESTS=${{env.BUILD_TESTS}} \
43-
-DCMAKE_TOOLCHAIN_FILE=build/Debug/generators/conan_toolchain.cmake
43+
-DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/build/Debug/generators/conan_toolchain.cmake
4444

4545
- name: Build
4646
# Build your program with the given configuration

0 commit comments

Comments
 (0)