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