Change pacman to -Syu

This commit is contained in:
project-repo 2023-04-18 23:35:33 +02:00
commit 89e7eadf07

View file

@ -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