mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Add sudo to install list
This commit is contained in:
parent
5a48df0774
commit
55891f4986
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue