summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2021-07-25 15:17:19 +0300
committerJan Ekström <jeebjp@gmail.com>2021-07-25 16:49:32 +0300
commit24c05423a4ed2c02fbc5f9422773b57e37d6646a (patch)
tree238a84d12dba79b316fd9f27f0d3748b575ea715
parent20c1efb351d138c293fe8c5b6460ad57b3c2574a (diff)
downloadmpv-24c05423a4ed2c02fbc5f9422773b57e37d6646a.tar.bz2
mpv-24c05423a4ed2c02fbc5f9422773b57e37d6646a.tar.xz
github/workflows: separate jobs with an endline
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 80ac1280e4..613e3478d7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: