Skip to content

Commit

Permalink
fixup: setup fortran-env in hopes to fix failing macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Sep 18, 2024
1 parent 28609e2 commit b86bc9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
with:
repository: fortran-lang/fpm

- name: Setup the Fortran compiler
if: matrix.fpm-version == 'latest'
uses: fortran-lang/setup-fortran@v1.6.1
with:
compiler: gcc
compiler-version: 13

- name: Check that all the fpm tests pass
if: matrix.fpm-version == 'latest'
run: fpm test

0 comments on commit b86bc9a

Please sign in to comment.