mirror of
https://github.com/libretro/FreeIntv.git
synced 2024-11-23 08:30:06 +00:00
Fix CI/CD
This commit is contained in:
parent
b9c15d8710
commit
bcbd3f74cb
8
.github/workflows/compilation.yml
vendored
8
.github/workflows/compilation.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user