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:
parent
20c1efb351
commit
24c05423a4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user