Skip to content

Commit

Permalink
CI: try fixing musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed May 23, 2024
1 parent 6ecb383 commit 4fd65ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:

- name: setup alpine linux
uses: jirutka/setup-alpine@master
with:
branch: v3.19

- name: install dependencies
run: |
Expand Down Expand Up @@ -244,6 +246,7 @@ jobs:
- name: setup alpine linux
uses: jirutka/setup-alpine@master
with:
branch: v3.19
arch: aarch64

- name: install dependencies
Expand Down

0 comments on commit 4fd65ad

Please sign in to comment.