]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- simdzone-zone-load, ci change.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Oct 2025 12:32:45 +0000 (14:32 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Oct 2025 12:32:45 +0000 (14:32 +0200)
.github/workflows/analysis_ports.yml

index ab818b38d244285290107d294e931bd9b104f37a..1636280e175b0edae646244f5bab2210e2807f65 100644 (file)
@@ -177,6 +177,15 @@ jobs:
         with:
           submodules: recursive
           persist-credentials: false
+      - name: test_windows_configure
+        if: ${{ matrix.test_windows == 'yes' }}
+        shell: msys2bash
+        run: |
+          echo "mount"
+          mount || echo "ignored"
+          cd unbound
+          rm -f aclocal.m4
+          autoreconf -fi
       - name: test_windows
         if: ${{ matrix.test_windows == 'yes' }}
         env: