From 55891f49865f083f38b05ae7b48d9947898b8758 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:34:09 +0200 Subject: [PATCH] Add sudo to install list --- .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 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