mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Change pacman to -Syu
This commit is contained in:
parent
55891f4986
commit
89e7eadf07
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: 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue