Skip to content

Commit

Permalink
Fixed Github action script with system dependecies added
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Apr 3, 2024
1 parent aae29b2 commit 8a3a03e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install brew packages on OSX
if: runner.os == 'macOS'
run: |
brew install fftw glpk pkgconfig
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 8a3a03e

Please sign in to comment.