mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 10:14:13 +00:00
release x86_64-unknown-linux-musl target natively
This commit is contained in:
parent
f6314829b7
commit
323dd86ac5
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue