diff --git a/.github/workflows/release-alpine.yml b/.github/workflows/release-alpine.yml index 90b217a3..7907214c 100644 --- a/.github/workflows/release-alpine.yml +++ b/.github/workflows/release-alpine.yml @@ -12,7 +12,8 @@ jobs: image: alpine:latest steps: - - uses: actions/checkout@v3 + - name: Checkout code + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -26,8 +27,9 @@ jobs: bash \ build-base \ boost-dev \ - gmp-dev - + gmp-dev \ + abuild \ + alpine-dev - name: Create Alpine package run: |