Skip to content

Commit 24ce771

Browse files
M2-TEcharles-lunarg
authored andcommitted
fixed linewrap on windows and CXX compiler on ubuntu
1 parent cafcda9 commit 24ce771

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)