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