From 40e66d3747fe685efb3b207fd3196350f2beab2f Mon Sep 17 00:00:00 2001 From: Josh Stevens Date: Mon, 1 Jul 2024 23:48:45 +0100 Subject: [PATCH] github action: release.yaml --- .github/workflows/release-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 0648b6a3..46a4a3f1 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -63,6 +63,7 @@ jobs: run: rustup target add x86_64-pc-windows-msvc - name: Build binaries + working-directory: cli env: RUSTFLAGS: '-C target-cpu=native' shell: bash