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

index 6f7adff5decdaed6f85ca5aeccaf715d0cafca7e..d8a0c4908b4dcfc610777155df198addd5e62cc5 100644 (file)
@@ -170,9 +170,14 @@ jobs:
         if: ${{ matrix.test_windows == 'yes' }}
         shell: bash
         run: |
+          echo 'c:'
           ls -l 'c:\' || echo nevermind
-          ls -l 'c:\tools' || echo nevermind
-          ls -l 'c:\tools\mingw' || echo nevermind
+          echo 'Program Files'
+          ls -l 'c:\Program Files' || echo nevermind
+          echo 'Program Files (x86)'
+          ls -l 'c:\Program Files (x86)' || echo nevermind
+          echo PATH="$PATH"
+          find / -name mingw32-make.exe
           mingw32-configure --enable-debug --enable-static-exe --disable-flto
           make
           make test