Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent 09e1a0f commit 0fd1c47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
with:
fetch-depth: 0

- name: Install dependencies
run: |
apk add --no-cache \
alpine-sdk \
cmake \
git \
curl \
bash \
build-base \
boost-dev \
gmp-dev \
abuild
- name: Build
run: |
chmod +x ./build.sh
Expand Down

0 comments on commit 0fd1c47

Please sign in to comment.