1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-04 22:22:16 +00:00

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

View File

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