Skip to content

Commit 4cd807f

Browse files
authored
add musl targe
1 parent e34fcd7 commit 4cd807f

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
@@ -12,6 +12,8 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- uses: dtolnay/rust-toolchain@stable
15+
- name: Add musl target
16+
run: rustup target add x86_64-unknown-linux-musl
1517
- name: Build
1618
run: cargo build --release --target=x86_64-unknown-linux-musl
1719
- name: Rename

0 commit comments

Comments
 (0)