Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 34874a6

Browse files
committed
fix: setup musl
1 parent 29c8368 commit 34874a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: npm run build:configure:arm64
180180

181181
- name: Setup musl cross compiler
182-
if: contains(matrix.container, 'alpine')
182+
if: contains(matrix.container, 'alpine') || matrix.target_platform == 'darwin'
183183
run: |
184184
curl -OL https://musl.cc/aarch64-linux-musl-cross.tgz
185185
tar -xzvf aarch64-linux-musl-cross.tgz

0 commit comments

Comments
 (0)