mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-24 21:01:09 +00:00
Substutite apt for apk
This commit is contained in:
parent
f1b850ae02
commit
8a899c98cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Update VitaGL and install zip
|
- name: Update VitaGL and install zip
|
||||||
run: |
|
run: |
|
||||||
apt install -y zip
|
apk add build-base zip git
|
||||||
bash vitasdk-update
|
bash vitasdk-update
|
||||||
bash vdpm vitagl
|
bash vdpm vitagl
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue