Fix syntax

This commit is contained in:
project-repo 2023-04-20 13:00:46 +02:00
commit c00443a0c6

View file

@ -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