From ab6e992c8719ed58c66309c5274f8a13807e6afa Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 13 Jan 2020 14:53:09 +0100 Subject: musl --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 95b56cebc..8e4c9adb3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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' -- cgit v1.2.3