From 5a48df0774fa0bac84df77f4fa6f276d31db1b37 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:31:58 +0200 Subject: [PATCH] Add git installation instructions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70cf0d0..16b0e6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: container: image: archlinux:latest steps: + - run: sudo pacman -S --noconfirm git - run: git clone https://github.com/project-repo/cagebreak - run: cd cagebreak - run: git checkout feature/continuous-integration