From 726d589ebf29ffa537e05dafe519da2c5cc08889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 3 Jan 2021 17:24:44 -0300 Subject: [PATCH] .github/workflows: shorten the step list. This allows for a more concise list when checking CI results. --- .github/workflows/build.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 72f2b3811a3..df227f7259a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,11 +64,12 @@ jobs: fetch-depth: 200 - name: Create hostrepo run: ln -s "$(pwd)" /hostrepo - - run: common/travis/set_mirror.sh - - run: common/travis/prepare.sh - - run: common/travis/fetch_upstream.sh + - run: | + common/travis/set_mirror.sh && + common/travis/prepare.sh && + common/travis/fetch_upstream.sh && + common/travis/fetch-xtools.sh - run: common/travis/changed_templates.sh - - run: common/travis/fetch-xtools.sh - name: Remove git after checkout to not interfere with build run: xbps-remove -yR git