From 24c05423a4ed2c02fbc5f9422773b57e37d6646a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sun, 25 Jul 2021 15:17:19 +0300 Subject: github/workflows: separate jobs with an endline --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3