Skip to content

Commit

Permalink
musl
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jan 13, 2020
1 parent 79c7394 commit ab6e992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ab6e992

Please sign in to comment.