From cfe72b76e64ae3784517d34aad8a336fe3d85624 Mon Sep 17 00:00:00 2001 From: minhqdao Date: Wed, 31 Jul 2024 22:00:40 +0530 Subject: [PATCH] Use the other dependency --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15756de..38bead1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: