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