Skip to content

Commit

Permalink
Update Alpine packaging workflow and script to ensure correct binary …
Browse files Browse the repository at this point in the history
…locations
  • Loading branch information
0xdevcollins committed Oct 2, 2024
1 parent bf7cdb8 commit 3742639
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
image: alpine:latest

steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -26,8 +27,9 @@ jobs:
bash \
build-base \
boost-dev \
gmp-dev
gmp-dev \
abuild \
alpine-dev
- name: Create Alpine package
run: |
Expand Down

0 comments on commit 3742639

Please sign in to comment.