Fix CI/CD

This commit is contained in:
Francisco Javier Trujillo Mata 2020-07-21 09:33:27 +02:00
parent b9c15d8710
commit bcbd3f74cb

View File

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