Skip to content

Commit 0e5e646

Browse files
Update cmake-single-platform.yml
1 parent 6f6bd6f commit 0e5e646

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ jobs:
3939
run: |
4040
pwd
4141
ls -la /__w/cvector/cvector/build
42+
43+
cat /__w/cvector/cvector/build/build/Release/generators/conan_toolchain.cmake
4244
4345
- name: Configure CMake
4446
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
4547
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4648
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
4749
-DBUILD_TESTS=${{env.BUILD_TESTS}} \
48-
-DCMAKE_TOOLCHAIN_FILE=./build/Release/generators/conan_toolchain.cmake
50+
-DCMAKE_TOOLCHAIN_FILE=/__w/cvector/cvector/build/build/Release/generators/conan_toolchain.cmake
4951

5052
- name: Build
5153
# Build your program with the given configuration

0 commit comments

Comments
 (0)