Skip to content

Commit

Permalink
removing gfortran specific step
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed May 5, 2023
1 parent c4b5582 commit 4a87c29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
brew install fribidi
brew install fftw
- name: Set up gfortran symlinks (macOS)
if: runner.os == 'macOS'
run: |
set -x
sudo ln -s /usr/local/Cellar/gcc@8/8.4.0_2/lib/gcc/8 /usr/local/gfortran/lib
gfortran --version
# - name: Set up gfortran symlinks (macOS)
# if: runner.os == 'macOS'
# run: |
# set -x
# sudo ln -s /usr/local/Cellar/gcc@8/8.4.0_2/lib/gcc/8 /usr/local/gfortran/lib
# gfortran --version

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4a87c29

Please sign in to comment.