From c00443a0c67b88283d83a4d65be28c297c3f7eb8 Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 20 Apr 2023 13:00:46 +0200 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f85f5bd..8689e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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