Skip to content

Commit

Permalink
Add make dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Jul 31, 2024
1 parent 1ed23cc commit 1ba5fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
with:
msystem: mingw64
install: >-
make
mingw-w64-x86_64-gcc-fortran
- run: make test

Expand All @@ -121,6 +122,7 @@ jobs:
with:
msystem: ucrt64
install: >-
make
mingw-w64-ucrt-x86_64-gcc-fortran
- run: make test

Expand Down

0 comments on commit 1ba5fb4

Please sign in to comment.