commit a17406fa249d47cc9ffe729c81aa9028ad14042f
parent 0d0d4726adfbcfb054546ae276a45f66ce41b3d5
Author: Yersa Nordman <yersa@finwo.nl>
Date: Sun, 8 Oct 2023 19:38:41 +0200
Install build-base on alpine to be able to compile
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/tag-assets.yml b/.github/workflows/tag-assets.yml
@@ -41,7 +41,9 @@ jobs:
- if: ${{ matrix.mode == 'alpine' }}
name: Install pandoc (alpine)
shell: alpine.sh --root {0}
- run: ./.github/install-pkg.sh pandoc
+ run: |
+ ./.github/install-pkg.sh pandoc
+ ./.github/install-pkg.sh build-base
- if: ${{ matrix.mode == 'native' }}
name: Build generic package (native)