ci/win: mingw64 mingw32-make

This commit is contained in:
umarcor 2020-12-01 16:50:57 +01:00
parent 0fdffe624d
commit e30cbee332
1 changed files with 2 additions and 2 deletions

View File

@ -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'