Skip to content

Commit

Permalink
Update r_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Sep 21, 2024
1 parent 63996d0 commit f882d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/r_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# See https://github.com/r-lib/actions/tree/master/examples#readme for
# additional example workflows available for the R community.

name: R-MacOS

on:
Expand Down Expand Up @@ -41,6 +40,8 @@ jobs:
- name: Install gfortran and configure Makevars
run: |
brew install gcc
mkdir -p ~/.R
touch ~/.R/Makevars
echo "FC=$(brew --prefix)/bin/gfortran" >> ~/.R/Makevars
echo "F77=$(brew --prefix)/bin/gfortran" >> ~/.R/Makevars
echo "FLIBS=-L$(brew --prefix)/lib/gcc/current -lgfortran -lquadmath -lm" >> ~/.R/Makevars
Expand Down

0 comments on commit f882d27

Please sign in to comment.