Analysis workflow, fix indentation of shell keyword.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 15:21:26 +02:00
parent ad9a287f82
commit 137ff8b856

View 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: