mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Add curl to vitasdk docker
This commit is contained in:
parent
77e1cc843f
commit
2ec1cc2936
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install Packages
|
||||
run: |
|
||||
apk add build-base zip git
|
||||
apk add build-base zip git curl
|
||||
- name: Build
|
||||
working-directory: ./
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue