Analysis workflow, find mingw.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 15:28:09 +02:00
parent 5d70fbc6fa
commit 0f5847f276

View file

@ -170,9 +170,9 @@ jobs:
if: ${{ matrix.test_windows == 'yes' }}
shell: bash
run: |
ls -l c:\
ls -l c:\tools
ls -l c:\tools\mingw
ls -l 'c:\' || echo nevermind
ls -l 'c:\tools' || echo nevermind
ls -l 'c:\tools\mingw' || echo nevermind
mingw32-configure --enable-debug --enable-static-exe --disable-flto
make
make test