diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b0e6d..8e9edf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: container: image: archlinux:latest steps: - - run: sudo pacman -S --noconfirm git + - run: pacman -S --noconfirm git sudo - run: git clone https://github.com/project-repo/cagebreak - run: cd cagebreak - run: git checkout feature/continuous-integration