Skip to content

Commit af65002

Browse files
committed
ci: don't install clang++ for clang
1 parent e895754 commit af65002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
gcc-deps: 'gcc g++'
135135

136136
- compiler: 'clang'
137-
clang-deps: 'clang clang++'
137+
clang-deps: 'clang'
138138

139139
- sentry-plugin: 'off'
140140
sentry-plugin-enable: 'off'

0 commit comments

Comments
 (0)