We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7394 commit ab6e992Copy full SHA for ab6e992
.github/workflows/release.yaml
@@ -34,13 +34,14 @@ jobs:
34
with:
35
toolchain: stable
36
profile: minimal
37
+ target: x86_64-unknown-linux-musl
38
override: true
39
40
- name: Build
41
uses: actions-rs/cargo@v1
42
43
command: build
- 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
45
46
- name: Strip symbols
47
if: matrix.os == 'ubuntu-latest'
0 commit comments