Skip to content

Commit 158068c

Browse files
committed
Conditional MUSL
1 parent 051a1ed commit 158068c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
toolchain: stable
3636
override: true
3737
target: ${{ matrix.target }}
38+
3839
- name: Install MUSL
40+
if: matrix.target == 'x86_64-unknown-linux-musl'
3941
run: sudo apt install musl-tools
4042

4143
- name: Build

0 commit comments

Comments
 (0)