From 3e0a0c3389e10b5fa24d7b8354830c4edbc2be18 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 23 Nov 2020 14:14:04 -0500 Subject: [PATCH] remove rustflags specification in release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fbf788..e34e145 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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