Skip to content

Commit

Permalink
Install system dependencies on covr action as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Nov 12, 2020
1 parent 7b15f1c commit 5a50c22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew cask install xquartz
brew install imagemagick@6
- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit 5a50c22

Please # to comment.