We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828560c commit 1db5cf5Copy full SHA for 1db5cf5
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: alandefreitas/cpp-actions/[email protected]
91
id: package-install
92
with:
93
- apt-get: ${{ matrix.install }} openjdk-11-jdk ninja-build
+ apt-get: ${{ matrix.install }} openjdk-11-jdk ninja-build ${{ matrix.compiler == 'clang' && 'libstdc++-12-dev' || '' }}
94
vcpkg: fmt libxml2[tools]
95
cc: ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
96
ccflags: ${{ matrix.ccflags }}
0 commit comments