From 57c773702b17b5dc770b6585f40f434b7108eb28 Mon Sep 17 00:00:00 2001 From: Chris <4241286+Milkshak3s@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:32:21 +0000 Subject: [PATCH] Swap back to unkown linux-gnu --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98bfa790..ce425534 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,8 +42,9 @@ jobs: run: | sudo apt update && \ sudo apt install -y gcc-mingw-w64 && \ + rustup target add x86_64-pc-windows-gnu --toolchain '1.76.0' && \ rustup target add x86_64-pc-windows-gnu --toolchain 'nightly-2024-02-11' - rustup component add rust-src --toolchain nightly-2024-02-11-x86_64-pc-windows-gnu + rustup component add rust-src --toolchain nightly-2024-02-11-x86_64-unknown-linux-gnu - name: 🔨 Build Loader working-directory: ./bin/reflective_loader/ run: cargo build --release --target=x86_64-pc-windows-gnu -Z build-std=core,compiler_builtins -Z build-std-features=compiler-builtins-mem @@ -88,8 +89,9 @@ jobs: run: | sudo apt update && \ sudo apt install -y gcc-mingw-w64 && \ + rustup target add x86_64-pc-windows-gnu --toolchain '1.76.0' && \ rustup target add x86_64-pc-windows-gnu --toolchain 'nightly-2024-02-11' - rustup component add rust-src --toolchain nightly-2024-02-11-x86_64-pc-windows-gnu + rustup component add rust-src --toolchain nightly-2024-02-11-x86_64-unknown-linux-gnu - name: 🔨 Build Loader working-directory: ./bin/reflective_loader/ run: cargo build --release --target=x86_64-pc-windows-gnu -Z build-std=core,compiler_builtins -Z build-std-features=compiler-builtins-mem