Skip to content

Commit 4ba9f43

Browse files
committed
dev
1 parent 8d718d5 commit 4ba9f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
sudo apt-get install valgrind
3737
3838
- name: Install missing software on ubuntu (clang++)
39-
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
39+
if: contains(matrix.os, 'ubuntu') && matrix.compiler == 'clang++'
4040
run: |
4141
sudo apt-get update
42-
sudo apt-get install libc++-18-dev
42+
sudo apt-get install libc++-dev
4343
4444
# coreutils contains "nproc"
4545
- name: Install missing software on macos

0 commit comments

Comments
 (0)