This commit is contained in:
Aleksey Kladov 2020-01-13 14:53:09 +01:00
parent 79c7394da2
commit ab6e992c87

View file

@ -34,13 +34,14 @@ jobs:
with:
toolchain: stable
profile: minimal
target: x86_64-unknown-linux-musl
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --package ra_lsp_server --bin ra_lsp_server --release
args: --package ra_lsp_server --bin ra_lsp_server --target x86_64-unknown-linux-musl --release
- name: Strip symbols
if: matrix.os == 'ubuntu-latest'