From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 13:21:26 +0000 (+0200) Subject: Analysis workflow, fix indentation of shell keyword. X-Git-Tag: release-1.13.2rc1~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=137ff8b856153a1847b39ef23bb25f6753c20852;p=thirdparty%2Funbound.git Analysis workflow, fix indentation of shell keyword. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index a6fd25f9b..76bcdb803 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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: