Skip to content

Commit c018247

Browse files
committed
dev
1 parent c70037f commit c018247

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
sudo apt-get install valgrind
3232
3333
- name: Install missing software on ubuntu (clang++)
34-
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
34+
if: matrix.compiler == 'clang++'
3535
run: |
3636
sudo apt-get update
37-
sudo apt-get install libc++-18-dev
37+
sudo apt-get install libc++-dev
3838
3939
# coreutils contains "nproc"
4040
- name: Install missing software on macos

0 commit comments

Comments
 (0)