Skip to content

Commit

Permalink
Repair GHA macOS 11.0, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 29, 2020
1 parent 3abd7ac commit a24f2c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
with:
r-version: ${{ matrix.config.r }}

- name: Put R on the path
run: |
ln -s /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R /usr/local/bin/ || true
ln -s /Library/Frameworks/R.framework/Versions/Current/Resources/bin/Rscript /usr/local/bin/ || true
- uses: r-lib/actions/setup-pandoc@master

- name: Query dependencies
Expand Down

0 comments on commit a24f2c4

Please sign in to comment.