rustup target add musl

This commit is contained in:
Anton-4 2023-02-06 20:05:23 +01:00
parent 7ab760de65
commit 8151e40220
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -20,6 +20,8 @@ jobs:
run: |
./ci/get_releases.sh
- run: rustup target add x86_64-unknown-linux-musl
- name: build basic-cli with surgical linker and also with legacy linker
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl