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.
1 parent 8d718d5 commit 4ba9f43Copy full SHA for 4ba9f43
.github/workflows/CI-unixish.yml
@@ -36,10 +36,10 @@ jobs:
36
sudo apt-get install valgrind
37
38
- name: Install missing software on ubuntu (clang++)
39
- if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
+ if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
40
run: |
41
sudo apt-get update
42
- sudo apt-get install libc++-18-dev
+ sudo apt-get install libc++-dev
43
44
# coreutils contains "nproc"
45
- name: Install missing software on macos
0 commit comments