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

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