Skip to content

Commit

Permalink
explicitly add gfortran to Windows CI (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Mar 4, 2024
1 parent 5b2f42a commit 85818b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
with:
update: true
install: git base-devel mingw-w64-x86_64-toolchain
install: git base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gcc-fortran
- uses: actions/cache@v4
id: cache
with:
Expand Down

0 comments on commit 85818b3

Please sign in to comment.