remove rustflags specification in release action

This commit is contained in:
figsoda 2020-11-23 14:14:04 -05:00
parent ce4b2353bd
commit 3e0a0c3389

View file

@ -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