Skip to content

Commit 6f6bd6f

Browse files
Update cmake-single-platform.yml
1 parent 9423f4d commit 6f6bd6f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)