Skip to content

Commit 1db5cf5

Browse files
committed
ci: clang uses libstdc++-12-dev
1 parent 828560c commit 1db5cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: alandefreitas/cpp-actions/[email protected]
9191
id: package-install
9292
with:
93-
apt-get: ${{ matrix.install }} openjdk-11-jdk ninja-build
93+
apt-get: ${{ matrix.install }} openjdk-11-jdk ninja-build ${{ matrix.compiler == 'clang' && 'libstdc++-12-dev' || '' }}
9494
vcpkg: fmt libxml2[tools]
9595
cc: ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
9696
ccflags: ${{ matrix.ccflags }}

0 commit comments

Comments
 (0)