From b6ac4c4b9b970e540bdbb9170958376df2cf903c Mon Sep 17 00:00:00 2001 From: MrEnder0 <72358826+MrEnder0@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:04:54 -0600 Subject: [PATCH] =?UTF-8?q?fix=20toolchain=20not=20installed=20?= =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7578c7..c9298f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,7 @@ jobs: - name: Build binaries if: ${{ steps.extract_version.outputs.version != steps.get_latest_release.outputs.data.tag_name }} run: | + rustup target add x86_64-pc-windows-gnu cargo build --release --target x86_64-pc-windows-gnu cargo build --release --target x86_64-unknown-linux-gnu