We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15922df commit 6239a9cCopy full SHA for 6239a9c
.github/workflows/CI-unixish.yml
@@ -31,10 +31,10 @@ jobs:
31
sudo apt-get install valgrind
32
33
- name: Install missing software on ubuntu (clang++)
34
- if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
+ if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
35
run: |
36
sudo apt-get update
37
- sudo apt-get install libc++-18-dev
+ sudo apt-get install libc++-dev
38
39
# coreutils contains "nproc"
40
- name: Install missing software on macos
0 commit comments