Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jturcotte authored Oct 29, 2024
1 parent 9239fa2 commit fa73f12
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa73f12

Please sign in to comment.