Skip to content

Commit e895754

Browse files
committed
ci: install g++ or clang++
1 parent 8c05349 commit e895754

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,12 @@ jobs:
129129

130130
- enable-vulkan: 'on'
131131
vulkan-deps: 'libvulkan-dev'
132+
133+
- compiler: 'gcc'
134+
gcc-deps: 'gcc g++'
132135

133136
- compiler: 'clang'
134-
clang-deps: 'clang'
137+
clang-deps: 'clang clang++'
135138

136139
- sentry-plugin: 'off'
137140
sentry-plugin-enable: 'off'
@@ -164,6 +167,7 @@ jobs:
164167
libxkbcommon-dev ninja-build libgstreamer-plugins-base1.0-dev \
165168
${{ matrix.vulkan-deps }} \
166169
${{ matrix.opengl-deps }} \
170+
${{ matrix.gcc-deps }} \
167171
${{ matrix.clang-deps }} \
168172
${{ matrix.sentry-deps }}
169173

0 commit comments

Comments
 (0)