Skip to content

Commit b86bc9a

Browse files
committed
fixup: setup fortran-env in hopes to fix failing macos tests
1 parent 28609e2 commit b86bc9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
with:
4242
repository: fortran-lang/fpm
4343

44+
- name: Setup the Fortran compiler
45+
if: matrix.fpm-version == 'latest'
46+
uses: fortran-lang/[email protected]
47+
with:
48+
compiler: gcc
49+
compiler-version: 13
50+
4451
- name: Check that all the fpm tests pass
4552
if: matrix.fpm-version == 'latest'
4653
run: fpm test

0 commit comments

Comments
 (0)