From fa73f12e2dd101683b5bc4ef7b544e0376a8605a Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 29 Oct 2024 20:26:25 +0100 Subject: [PATCH] test --- .github/workflows/rust.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2d25285..922f4a3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -38,11 +38,14 @@ jobs: - name: Install Rust Nightly uses: dtolnay/rust-toolchain@nightly - with: + # with: # toolchain: nightly # components: rust-src - target: thumbv4t-none-eabi - + # target: thumbv4t-none-eabi + + # - name: Add cargo nightly target + # run: + - name: Build run: CMAKE_TOOLCHAIN_FILE=gba-toolchain/arm-gba-toolchain.cmake cargo +nightly run --no-default-features --features=gba --target=thumbv4t-none-eabi -Z build-std=core,alloc --release \ No newline at end of file