Skip to content

Commit

Permalink
fixing gfortran linking issue on gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dselivanov committed Jan 26, 2021
1 parent fac84e7 commit aa27867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- if: runner.os == 'macOS'
run: ln -s /usr/local/lib/gcc/10 /usr/local/gfortran/lib

- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: dselivanov/actions/setup-r@v1
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "Matrix"))
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- if: runner.os == 'macOS'
run: ln -s /usr/local/lib/gcc/10 /usr/local/gfortran/lib

- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
- uses: dselivanov/actions/setup-r@master

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

Expand Down

0 comments on commit aa27867

Please sign in to comment.