mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Add pacman-key initialization
This commit is contained in:
parent
a0251c32e0
commit
594e0a000e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
container:
|
||||
image: archlinux:latest
|
||||
steps:
|
||||
- run: pacman-key --init
|
||||
- run: pacman -Syu --noconfirm git sudo
|
||||
- run: git clone https://github.com/project-repo/cagebreak
|
||||
- run: git -C cagebreak checkout feature/continuous-integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue