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