Update build-vita.yml

This commit is contained in:
Dima353
2026-07-23 13:56:24 +03:00
parent 4571238414
commit 3dd4bd15db
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Install CI prerequisites
run: apk add --no-cache git make cmake bash wget tar bzip2 patch
run: apk add --no-cache build-base git make cmake bash wget tar bzip2 patch
- name: Checkout repository
uses: actions/checkout@v4