From 8e1d7ae4c1a9571188ad39e672fc93c5818320d2 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:37:39 +0200 Subject: [PATCH] Add git fetch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c9f513..ce3ca43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: - run: pacman -Syu --noconfirm git sudo - run: git clone https://github.com/project-repo/cagebreak - run: cd cagebreak + - run: git branch + - run: git fetch origin/feature/continuous-integration - run: git checkout feature/continuous-integration - run: bash scripts/install-development-environment - run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release