Skip to content

Commit

Permalink
Try installing hdf5r from github
Browse files Browse the repository at this point in the history
* cran build currently failing on r devel
  • Loading branch information
jefferis committed Sep 20, 2021
1 parent e6ef40d commit 545c7ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
- name: Install Custom Dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install libhdf5-dev

- name: Install Custom R Dependencies (Linux 2)
if: ${{ runner.os == 'Linux' && matrix.config.r == 'devel'}}
run: |
remotes::install_github("hhoeflin/hdf5r")
shell: Rscript {0}

- name: Install Custom Dependencies (macOS)
if: runner.os == 'macOS'
run: brew install --cc clang --build-from-source hdf5
Expand Down

0 comments on commit 545c7ef

Please sign in to comment.