File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 6767 popd
6868
6969 - name : Configure CMake (mit vcpkg Manifest-Mode)
70- run : cmake -S . -B build \
71- -DCMAKE_TOOLCHAIN_FILE=external/vcpkg/scripts/buildsystems/vcpkg.cmake \
72- -DCMAKE_BUILD_TYPE=Release \
70+ run : >
71+ cmake -S . -B build
72+ -DCMAKE_TOOLCHAIN_FILE=external/vcpkg/scripts/buildsystems/vcpkg.cmake
73+ -DCMAKE_BUILD_TYPE=Release
7374 -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc
7475
7576 - name : Build
Original file line number Diff line number Diff line change @@ -55,10 +55,11 @@ jobs:
5555 popd
5656
5757 - name : Configure CMake
58- run : cmake -S . -B build \
59- -G Ninja \
60- -DCMAKE_TOOLCHAIN_FILE=external/vcpkg/scripts/buildsystems/vcpkg.cmake \
61- -DCMAKE_BUILD_TYPE=Release \
58+ run : >
59+ cmake -S . -B build
60+ -G Ninja
61+ -DCMAKE_TOOLCHAIN_FILE=external/vcpkg/scripts/buildsystems/vcpkg.cmake
62+ -DCMAKE_BUILD_TYPE=Release
6263 -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc
6364
6465 - name : Build
You can’t perform that action at this time.
0 commit comments