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() }}
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user