mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
VITA: Switch to working version of vitaGL
temporary fix for world rendering bug, thanks scatterbox :^)
This commit is contained in:
parent
4b8743aaa8
commit
55cdf81061
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build-and-release.yml
vendored
8
.github/workflows/build-and-release.yml
vendored
|
@ -9,10 +9,14 @@ jobs:
|
||||||
image: vitasdk/vitasdk:latest
|
image: vitasdk/vitasdk:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Packages and update VitaGL
|
- name: Install Packages and build VitaGL
|
||||||
run: |
|
run: |
|
||||||
apk add bash build-base zip git curl cmake
|
apk add bash build-base zip git curl cmake
|
||||||
vdpm vitagl
|
git clone https://github.com/Rinnegatamante/vitaGL.git
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue