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 23, 2021
1 parent b30d48d commit 5b18d39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ 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
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ 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
Expand Down

0 comments on commit 5b18d39

Please sign in to comment.