From 89e7eadf07712614f94dba2a2499f8fe0ce8051a Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:35:33 +0200 Subject: [PATCH] Change pacman to -Syu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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