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 9, 2023
1 parent ef4ec52 commit 1c59558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check-in-rhub-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
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'

- name: Remove tmp requirements
shell: bash
run: |
Expand Down

0 comments on commit 1c59558

Please sign in to comment.