Skip to content

Commit

Permalink
Should already have GCC with Fortran?
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed May 2, 2024
1 parent 27e4cd7 commit ec0e1f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
color: true
path: spack

- name: Find compilers
run: spack compiler find --mixed-toolchain

- name: Install dependencies
run: spack install --no-check-signature esmf
run: spack install --no-check-signature esmf@8.4%gcc@13

- name: Configure
run: cmake -S . -B build
Expand Down

0 comments on commit ec0e1f8

Please sign in to comment.