github/workflows: separate jobs with an endline

This commit is contained in:
Jan Ekström 2021-07-25 15:17:19 +03:00
parent 20c1efb351
commit 24c05423a4
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
if: ${{ failure() }}
run: |
cat ./build/config.log
macos:
runs-on: ${{ matrix.os }}
strategy:
@ -66,6 +67,7 @@ jobs:
if: ${{ failure() }}
run: |
cat ./build/config.log
linux:
runs-on: "ubuntu-20.04"
container: