mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
remove rustflags specification in release action
This commit is contained in:
parent
ce4b2353bd
commit
3e0a0c3389
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
- name: Cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
env:
|
||||
RUSTFLAGS: -Ctarget-cpu=x86-64
|
||||
RUSTFLAGS: ""
|
||||
with:
|
||||
use-cross: ${{ matrix.use-cross }}
|
||||
command: build
|
||||
|
|
Loading…
Reference in a new issue