release x86_64-unknown-linux-musl target natively

This commit is contained in:
figsoda 2020-12-31 15:28:12 -05:00
parent f6314829b7
commit 323dd86ac5

View file

@ -43,7 +43,6 @@ jobs:
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
use-cross: true
steps:
- name: Checkout
@ -60,7 +59,6 @@ jobs:
- name: Cargo build
uses: actions-rs/cargo@v1
with:
use-cross: ${{ matrix.use-cross }}
command: build
args: --release --target ${{ matrix.target }}