mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-24 06:24:19 +02:00
Fix syntax
This commit is contained in:
parent
27dfc23318
commit
c00443a0c6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -9,7 +9,8 @@ jobs:
|
|||
image: archlinux:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with: fetch-depth: 0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: pacman-key --init
|
||||
- run: pacman -Syu --noconfirm git sudo
|
||||
- run: cd cagebreak ; bash scripts/install-development-environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue