Skip to content

Commit

Permalink
add mac deps
Browse files Browse the repository at this point in the history
  • Loading branch information
theAeon committed Feb 12, 2024
1 parent c1ecadb commit 0fb1386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
- name: "Install OSX deps"
if: ${{ env.RUNNER_OS == 'macOS' }}
run: brew install hdf5
shell: zsh
- uses: r-hub/rhub2/actions/rhub-check@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit 0fb1386

Please sign in to comment.