Skip to content

Commit

Permalink
Swap back to unkown linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkshak3s committed Feb 12, 2024
1 parent 95517a9 commit 57c7737
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 57c7737

Please sign in to comment.