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