Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Nov 2, 2023
1 parent 8cb6c81 commit 1fa3866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
#######################################################################################
# Install FORTRAN dependencies
#######################################################################################
- name: Install gfortran compiler
if: contains(matrix.fortran-compiler, 'gfortran')
run: sudo apt-get install ${{ matrix.fortran-compiler }}

- name: Environment for ifort compiler
if: contains(matrix.fortran-compiler, 'ifort')
run: |
Expand Down

0 comments on commit 1fa3866

Please sign in to comment.