From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 13:25:37 +0000 (+0200) Subject: Analysis workflow, find mingw. X-Git-Tag: release-1.13.2rc1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d70fbc6fa52a1d325c83ecfe931a7bc8b9b0255;p=thirdparty%2Funbound.git Analysis workflow, find mingw. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 76bcdb803..b6eed4eac 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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