diff --git a/.gitea/workflows/apk-publish.yml b/.gitea/workflows/apk-publish.yml index dc5072b..3d118a6 100644 --- a/.gitea/workflows/apk-publish.yml +++ b/.gitea/workflows/apk-publish.yml @@ -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