diff --git a/.github/workflows/general-ci-tests.yml b/.github/workflows/general-ci-tests.yml index 9cf137d..b2d9362 100644 --- a/.github/workflows/general-ci-tests.yml +++ b/.github/workflows/general-ci-tests.yml @@ -17,7 +17,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - + - name: Setup Fortran + uses: fortran-lang/setup-fortran@v1.6.1 + with: + compiler: ifort + # Copied from NCAR/MOM6 - Install Basic Build Packages for MOM6 - name: Install Ubuntu Linux packages shell: bash