]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, find mingw.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 13:25:37 +0000 (15:25 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 13:25:37 +0000 (15:25 +0200)
.github/workflows/analysis_ports.yml

index 76bcdb80378e891647b93c03cdc9670ba462a9e8..b6eed4eacef419c9000511fc7e48e9f4c644183f 100644 (file)
@@ -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