Skip to content

Commit

Permalink
Fix github actions ubuntu hdf5 library
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Mar 30, 2023
1 parent b5b54e6 commit bc470ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install hdf5 on Linux
if: runner.os == 'Linux'
run: sudo apt-get install libhdf5-dev

- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit bc470ef

Please sign in to comment.