mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-02-16 08:31:29 +00:00
VITA: Pull VDPM Git repo
This commit is contained in:
parent
719523718c
commit
8244f1c06f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-and-release.yml
vendored
5
.github/workflows/build-and-release.yml
vendored
|
@ -9,9 +9,12 @@ jobs:
|
|||
image: vitasdk/vitasdk:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Packages and update VitaGL
|
||||
- name: Install Packages and update VitaSDK
|
||||
run: |
|
||||
apk add bash build-base zip git curl cmake
|
||||
git clone https://github.com/vitasdk/vdpm
|
||||
cd vdpm
|
||||
chmod +x vitasdk-update
|
||||
sh vitasdk-update
|
||||
vdpm vitagl
|
||||
git clone https://github.com/bythos14/SceShaccCgExt.git
|
||||
|
|
Loading…
Reference in a new issue