Skip to content

Commit

Permalink
CI-unixish.yml: added missing dependency for Clang hardening mode
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 30, 2024
1 parent c5085ff commit 74c6696
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install valgrind
- name: Install missing software on ubuntu (clang++)
if: matrix.os == 'ubuntu-24.04' && matrix.compiler == 'clang++'
run: |
sudo apt-get update
sudo apt-get install libc++-18-dev
- name: make simplecpp
run: make -j$(nproc)
Expand Down

0 comments on commit 74c6696

Please sign in to comment.