From 116071b06a922f107bec58a5a5a140ceaff5f151 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Thu, 22 Dec 2022 17:25:07 -0500 Subject: [PATCH] Update build and release.yml goofy --- .github/workflows/build-and-release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 115e94e..50b4b92 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -9,14 +9,10 @@ jobs: image: vitasdk/vitasdk:latest steps: - uses: actions/checkout@v2 - - name: Install Packages and build VitaGL + - name: Install Packages and update VitaGL run: | apk add bash build-base zip git curl cmake - git clone https://github.com/Rinnegatamante/vitaGL.git - cd vitaGL - git checkout 4bdd4c26986bee48b7e98a27c7e6375b3ff84a86 - make -j$(numproc) && make install - cd ../ + vdpm vitagl git clone https://github.com/bythos14/SceShaccCgExt.git cd SceShaccCgExt mkdir build && cd build