Skip to content

Commit

Permalink
cmake/gba.toolchain.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jturcotte authored Oct 29, 2024
1 parent a0ea1f3 commit de8b5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
# run:

- name: Build
run: CMAKE_TOOLCHAIN_FILE=$PWD/gba-toolchain/arm-gba-toolchain.cmake cargo +nightly run --no-default-features --features=gba --target=thumbv4t-none-eabi -Z build-std=core,alloc --release
run: CMAKE_TOOLCHAIN_FILE=gba-toolchain/cmake/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 de8b5ed

Please sign in to comment.