Skip to content

Commit

Permalink
CMAKE_TOOLCHAIN_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
jturcotte authored Oct 29, 2024
1 parent f78c1f0 commit a0ea1f3
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=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=$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

0 comments on commit a0ea1f3

Please sign in to comment.