Skip to content

Commit 38798ba

Browse files
committed
ci: explicitly specify c++ compiler as well
1 parent 591e722 commit 38798ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,11 @@ jobs:
131131
vulkan-deps: 'libvulkan-dev'
132132

133133
- compiler: 'gcc'
134+
cxx-compiler: 'g++'
134135
gcc-deps: 'gcc g++'
135136

136137
- compiler: 'clang'
138+
cxx-compiler: 'clang++'
137139
clang-deps: 'clang'
138140

139141
- sentry-plugin: 'off'
@@ -182,6 +184,7 @@ jobs:
182184
-S . \
183185
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
184186
-DCMAKE_C_COMPILER=${{ matrix.compiler }} \
187+
-DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }} \
185188
-DBUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=On \
186189
-DBUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN=On \
187190
-DENABLE_VULKAN=${{ matrix.enable-vulkan }} \

0 commit comments

Comments
 (0)