From e30cbee3321a212b7cf9f5f6b35f82a3cb25bd66 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 1 Dec 2020 16:50:57 +0100 Subject: [PATCH] ci/win: mingw64 mingw32-make --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6954a35e1..816b38859 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,9 +103,9 @@ jobs: wrap() { echo "::group::$@"; "$@"; echo '::endgroup::'; } wrap ./autoconf.sh wrap ./configure - wrap make install + wrap mingw32-make install which iverilog - wrap make check + wrap mingw32-make check - name: 🟪 Build and check if: matrix.build == 'pkgbuild'