remove RUSTFLAGS environment variable

This commit is contained in:
figsoda 2020-12-23 19:24:33 -05:00
parent a6092c968c
commit 67ee03944a

View file

@ -59,8 +59,6 @@ jobs:
- name: Cargo build
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: ""
with:
use-cross: ${{ matrix.use-cross }}
command: build