Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
removing some brew dependencies
  • Loading branch information
amandazimmey authored Dec 31, 2024
1 parent 2b15998 commit b3ab57a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:
- name: Install system dependencies (macOS)
if: matrix.config.os == 'macOS-latest'
run: |
brew update
brew doctor
brew install pkg-config
brew unlink pkg-config
brew link pkg-config
brew install pkg-config
brew install pandoc
- name: Install Pandoc for Windows
Expand Down

0 comments on commit b3ab57a

Please sign in to comment.