This commit is contained in:
project-repo 2023-04-20 13:03:28 +02:00
commit acb18d7230

View file

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