diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dd2afce..484c5a1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 \ No newline at end of file