Skip to content

Commit

Permalink
Merge pull request #19 from libKriging/fix-debian-clang-devel-Rcpp-co…
Browse files Browse the repository at this point in the history
…mpilation

Add libc++ for clang++ on debian-clang-devel rhub image
  • Loading branch information
yannrichet authored Sep 10, 2023
2 parents a6442b5 + 0302a7f commit ba7d20e
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 ba7d20e

Please sign in to comment.