File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,14 @@ jobs:
3838 - name : Test
3939 run : |
4040 pwd
41- ls -la
42- ls -la build
43- ls -la build/build
44- ls -la build/build/Release
45- ls -la build/build/Release/generators
46- cat build/build/Release/generators/conan_toolchain.cmake
41+ ls -la /__w/cvector/cvector/build
4742
4843 - name : Configure CMake
4944 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
5045 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
5146 run : cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
5247 -DBUILD_TESTS=${{env.BUILD_TESTS}} \
53- -DCMAKE_TOOLCHAIN_FILE=build /build/Release/generators/conan_toolchain.cmake
48+ -DCMAKE_TOOLCHAIN_FILE=. /build/Release/generators/conan_toolchain.cmake
5449
5550 - name : Build
5651 # Build your program with the given configuration
You can’t perform that action at this time.
0 commit comments