From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 14:13:21 +0000 (+0200) Subject: Analysis workflow, find mingw. X-Git-Tag: release-1.13.2rc1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085ac3c0da1e22a6cab7409bf86de0ec54d992d1;p=thirdparty%2Funbound.git Analysis workflow, find mingw. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index d8a0c4908..0b5612539 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -176,9 +176,18 @@ jobs: ls -l 'c:\Program Files' || echo nevermind echo 'Program Files (x86)' ls -l 'c:\Program Files (x86)' || echo nevermind + echo '/c/Program Files/OpenSSL' + ls -l '/c/Program Files/OpenSSL' || echo nevermind + echo '/' + ls -l '/' || echo nevermind + echo '/mingw64' + ls -l '/mingw64' || echo nevermind + echo '/mingw64/bin' + ls -l '/mingw64/bin' || echo nevermind + echo '/Users' + ls -l '/Users' || echo nevermind echo PATH="$PATH" - find / -name mingw32-make.exe - mingw32-configure --enable-debug --enable-static-exe --disable-flto + ./configure --enable-debug --enable-static-exe --disable-flto make make test - name: test_android