Skip to content

Commit

Permalink
CI: try setup-fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Dec 3, 2024
1 parent ece07b9 commit ae3e8cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ jobs:
run: unzip -P $ZIP_KEY 751.zip
env:
ZIP_KEY: ${{secrets.ZIP_KEY}}
- name: Install gfortran
run: sudo apt install gfortran
- name: Setup gfortran
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 12
- name: Install NONMEM
run: |
cd nm751CD
Expand Down Expand Up @@ -166,8 +169,6 @@ jobs:
export TESTPATH=$(find $LIBPATH -type d -name 'PsN_test_[0-9]*')
cd $TESTPATH
prove -r -j8 unit
- name: Debug session
uses: mxschmitt/action-tmate@v3
- name: Run system tests
run: |
export LIBPATH=$(find /usr/local/share/perl/ -type d -name '5.*')
Expand Down

0 comments on commit ae3e8cb

Please sign in to comment.