diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index f7e0213..d0889e6 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -11,11 +11,13 @@ jobs: runs-on: ubuntu-latest container: ps2dev/ps2dev:latest steps: - - uses: actions/checkout@v2 - - name: Install dependencies run: | - apk add build-base git bash + apk add build-base git zip + + - uses: actions/checkout@v2 + - run: | + git fetch --prune --unshallow - name: Compile project run: |