Remove curl and jq dependencies from PlayStation 4 build in libretro buildbot

This commit is contained in:
刘皓 2025-07-15 17:55:32 -04:00
parent 755e6a8674
commit 2efcddd654
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -35,7 +35,7 @@
.deps-linux-alpine:
script:
- sudo apk add git jq curl python3 gcc g++ ninja
- sudo apk add git python3 gcc g++ ninja
- python3 -m ensurepip
- python3 -m pip install meson cmake
- export PATH="$HOME/.local/bin:$PATH"