Skip to content

Commit

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

0 comments on commit 2b15998

Please sign in to comment.