diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04.yml b/.github/workflows/ci_build_scm_ubuntu_22.04.yml index 2f598b0ee..177acf2f8 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04.yml @@ -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: |