mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Ditch need to update packages
This commit is contained in:
parent
8a899c98cb
commit
77e1cc843f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
@ -9,11 +9,9 @@ jobs:
|
|||
image: vitasdk/vitasdk:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update VitaGL and install zip
|
||||
- name: Install Packages
|
||||
run: |
|
||||
apk add build-base zip git
|
||||
bash vitasdk-update
|
||||
bash vdpm vitagl
|
||||
- name: Build
|
||||
working-directory: ./
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue