Skip to content

Commit

Permalink
Try to fix PATH for devkitarm tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Apr 3, 2023
1 parent 336887a commit f92d431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
# actions-rust-lang/setup-rust-toolchain sets some default RUSTFLAGS
RUSTFLAGS: ""
# For some reason devkitARM/bin is not part of the default PATH
PATH: '${{ env.DEVKITARM }}/bin:${{ env.PATH }}'

jobs:
lint:
Expand Down

0 comments on commit f92d431

Please sign in to comment.