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