fix: run apk update and pre-install build-base before abuild
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user