Skip to content

Commit

Permalink
install quartz on mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
certara-smouksassi committed Jul 22, 2023
1 parent d00d25d commit 559d8fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- uses: actions/checkout@v3

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

- name: Install XQuartz on macOS
if: runner.os == 'macOS'
run: brew install xquartz --cask

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

0 comments on commit 559d8fe

Please sign in to comment.