Skip to content

Commit

Permalink
Fix R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajsp authored Nov 22, 2023
1 parent 54fea33 commit 4602ee8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
# added for builds failing on macos when generating vignette outputs
- if: runner.os == 'macOS'
run: brew install --cask xquartz && brew tap homebrew/cask && brew tap homebrew/cask-fonts && brew install font-arial

- uses: actions/checkout@v2

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

0 comments on commit 4602ee8

Please sign in to comment.