fix: run apk update and pre-install build-base before abuild
Some checks failed
Build and Publish APK Package / build-apk (push) Failing after 46s
Build and Push Docker Container / build-and-push (push) Successful in 1m47s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 03:20:03 +02:00
parent 1438e7b4b9
commit 81c63ad05f

View File

@@ -13,7 +13,8 @@ jobs:
steps:
- name: Install build dependencies
run: |
apk add --no-cache git nodejs go abuild curl sudo
apk update
apk add --no-cache git nodejs go abuild curl sudo build-base
- name: Checkout repository
uses: actions/checkout@v4