Update build and release.yml

goofy
This commit is contained in:
Tyler Young 2022-12-22 17:25:07 -05:00
parent 990c6be72c
commit 116071b06a
1 changed files with 2 additions and 6 deletions

View File

@ -9,14 +9,10 @@ jobs:
image: vitasdk/vitasdk:latest image: vitasdk/vitasdk:latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Packages and build VitaGL - name: Install Packages and update VitaGL
run: | run: |
apk add bash build-base zip git curl cmake apk add bash build-base zip git curl cmake
git clone https://github.com/Rinnegatamante/vitaGL.git vdpm vitagl
cd vitaGL
git checkout 4bdd4c26986bee48b7e98a27c7e6375b3ff84a86
make -j$(numproc) && make install
cd ../
git clone https://github.com/bythos14/SceShaccCgExt.git git clone https://github.com/bythos14/SceShaccCgExt.git
cd SceShaccCgExt cd SceShaccCgExt
mkdir build && cd build mkdir build && cd build