We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libc++-dev
1 parent 41efedc commit 6abcbe6Copy full SHA for 6abcbe6
.github/workflows/CI-unixish.yml
@@ -44,10 +44,10 @@ jobs:
44
sudo apt-get install valgrind
45
46
- name: Install missing software on ubuntu (clang++)
47
- if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
+ if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
48
run: |
49
sudo apt-get update
50
- sudo apt-get install libc++-18-dev
+ sudo apt-get install libc++-dev
51
52
# coreutils contains "nproc"
53
- name: Install missing software on macos
0 commit comments