Skip to content

Commit

Permalink
Use the setup-fortran action from fortran-lang on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Sep 11, 2024
1 parent 3f52aa5 commit 1dce2b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ jobs:
- name: Install system dependencies
run: brew install cairo mariadb-connector-c openssl@1.1 coreutils gnu-sed r
- name: Setup gfortran
run: |
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
sudo mkdir /usr/local/gfortran
sudo ln -s /usr/local/Cellar/gcc@11/11.3.0_1/lib/gcc/11 /usr/local/gfortran/lib
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 12
- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v1
- name: Get NONMEM
Expand Down

0 comments on commit 1dce2b4

Please sign in to comment.