Analysis workflow, find mingw.

This commit is contained in:
W.C.A. Wijngaards
2021-06-24 15:25:37 +02:00
parent 137ff8b856
commit 5d70fbc6fa
+4 -1
View File
@@ -170,7 +170,10 @@ jobs:
if: ${{ matrix.test_windows == 'yes' }}
shell: bash
run: |
mingw64-configure --enable-debug --enable-static-exe --disable-flto
ls -l c:\
ls -l c:\tools
ls -l c:\tools\mingw
mingw32-configure --enable-debug --enable-static-exe --disable-flto
make
make test
- name: test_android