]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, fix indentation of shell keyword.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 13:21:26 +0000 (15:21 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 13:21:26 +0000 (15:21 +0200)
.github/workflows/analysis_ports.yml

index a6fd25f9b976190e72beccd5e40fd261fe8a68e2..76bcdb80378e891647b93c03cdc9670ba462a9e8 100644 (file)
@@ -168,11 +168,11 @@ jobs:
           submodules: false
       - name: test_windows
         if: ${{ matrix.test_windows == 'yes' }}
+        shell: bash
         run: |
           mingw64-configure --enable-debug --enable-static-exe --disable-flto
           make
           make test
-          shell: bash
       - name: test_android
         if: ${{ matrix.test_android == 'yes' }}
         env: