From acb18d7230a5fcf3688d33c5b3ec77cef2ab129e Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 20 Apr 2023 13:03:28 +0200 Subject: [PATCH] Fix path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8689e17..a565c7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - run: pacman-key --init - run: pacman -Syu --noconfirm git sudo - - run: cd cagebreak ; bash scripts/install-development-environment + - run: bash scripts/install-development-environment - run: | for commit in $(git rev-list ${{ github.base_ref }}..${{ github.head_ref }}); do cd cagebreak