Skip to content

Commit defb0a6

Browse files
committed
instsall musl
1 parent 4d2d672 commit defb0a6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
- name: Rustup Adds Target
5555
run: rustup target add ${{ matrix.target }}
5656

57+
- name: Add musl target (x86_64)
58+
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
59+
run: rustup target add x86_64-unknown-linux-musl
60+
61+
- name: Add musl target (aarch64)
62+
if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
63+
run: rustup target add aarch64-unknown-linux-musl
64+
5765
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
5866

5967
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

0 commit comments

Comments
 (0)