From 8a899c98cb5a78d057472566e773b91c08e0aae5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 9 Feb 2022 11:17:14 -0500 Subject: [PATCH] Substutite apt for apk --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 67c2292..e46bed7 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - name: Update VitaGL and install zip run: | - apt install -y zip + apk add build-base zip git bash vitasdk-update bash vdpm vitagl - name: Build