Skip to content

Commit

Permalink
fix CI/CD for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed May 15, 2024
1 parent 69b103b commit 0107f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

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

- if: runner.os == 'macOS'
run: brew install --cask xquartz

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 0107f35

Please sign in to comment.