From 137ff8b856153a1847b39ef23bb25f6753c20852 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 24 Jun 2021 15:21:26 +0200 Subject: [PATCH] Analysis workflow, fix indentation of shell keyword. --- .github/workflows/analysis_ports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: