mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 22:33:18 -05:00
Analysis workflow, fix indentation of shell keyword.
This commit is contained in:
parent
ad9a287f82
commit
137ff8b856
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue