Skip to content

Commit

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

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

format:
Expand Down

0 comments on commit cfe72b7

Please sign in to comment.