File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9898 -G Ninja
9999 - run : cmake --build ./build
100100 - run : cmake --install build/ --prefix build/install
101- - run : ctest --output-on-failure
101+ - run : ctest --output-on-failure -D CMAKE_CXX_COMPILER=${{ matrix.compiler }}
102102 working-directory : build
103103
104104 cmake-windows-modules :
@@ -115,11 +115,11 @@ jobs:
115115 cmakeVersion : ${{ matrix.cmake-version }}
116116 - uses : ilammy/msvc-dev-cmd@v1
117117 - run : |
118- cmake -S . -B build \
119- -D VULKAN_HEADERS_ENABLE_TESTS=ON \
120- -D VULKAN_HEADERS_ENABLE_INSTALL=ON \
121- -D VULKAN_HEADERS_ENABLE_MODULE=ON \
122- -D VULKAN_HEADERS_ENABLE_MODULE_STD=OFF \
118+ cmake -S . -B build `
119+ -D VULKAN_HEADERS_ENABLE_TESTS=ON `
120+ -D VULKAN_HEADERS_ENABLE_INSTALL=ON `
121+ -D VULKAN_HEADERS_ENABLE_MODULE=ON `
122+ -D VULKAN_HEADERS_ENABLE_MODULE_STD=OFF `
123123 -G Ninja
124124 - run : cmake --build ./build
125125 - run : cmake --install build/ --prefix build/install
You can’t perform that action at this time.
0 commit comments