Vita: Install cmake

This commit is contained in:
moto 2022-07-15 18:50:16 -04:00
parent 7417327b42
commit db1cd0c87a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Packages and update VitaGL - name: Install Packages and update VitaGL
run: | run: |
apk add bash build-base zip git curl apk add bash build-base zip git curl cmake
vdpm vitagl vdpm vitagl
git clone https://github.com/bythos14/SceShaccCgExt.git git clone https://github.com/bythos14/SceShaccCgExt.git
cd SceShaccCgExt cd SceShaccCgExt