From 5d70fbc6fa52a1d325c83ecfe931a7bc8b9b0255 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 24 Jun 2021 15:25:37 +0200 Subject: [PATCH] Analysis workflow, find mingw. --- .github/workflows/analysis_ports.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3