We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dab9f commit 1b4d818Copy full SHA for 1b4d818
1 file changed
.github/workflows/CI-unixish.yml
@@ -25,6 +25,12 @@ jobs:
25
sudo apt-get update
26
sudo apt-get install valgrind
27
28
+ - name: Install missing software on ubuntu (clang++)
29
+ if: matrix.os == 'ubuntu-22.04' && matrix.compiler == 'clang++'
30
+ run: |
31
+ sudo apt-get update
32
+ sudo apt-get install libc++-18-dev
33
+
34
- name: Install missing software on ubuntu (clang++)
35
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
36
run: |
0 commit comments