Skip to content

Commit

Permalink
Add libc++ for clang++ on debian-clang-devel rhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwxf committed Sep 10, 2023
1 parent a6442b5 commit 0302a7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
else apt-get update; apt-get install -y git cmake gfortran libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libxml2-dev libssl-dev libfontconfig1-dev libhdf5-dev; \
fi
- name: Add workaround dependencies
shell: bash
run: |
apt install -y libc++-dev libc++abi-dev
if: matrix.rhubos == 'debian-clang-devel'

- uses: actions/[email protected]
# with:
# submodules: recursive
Expand Down

0 comments on commit 0302a7f

Please sign in to comment.