Skip to content

Commit ab6e992

Browse files
committed
musl
1 parent 79c7394 commit ab6e992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ jobs:
3434
with:
3535
toolchain: stable
3636
profile: minimal
37+
target: x86_64-unknown-linux-musl
3738
override: true
3839

3940
- name: Build
4041
uses: actions-rs/cargo@v1
4142
with:
4243
command: build
43-
args: --package ra_lsp_server --bin ra_lsp_server --release
44+
args: --package ra_lsp_server --bin ra_lsp_server --target x86_64-unknown-linux-musl --release
4445

4546
- name: Strip symbols
4647
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)