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 5d9941b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
runs-on: ubuntu-latest
container: devkitpro/devkitarm
env:
# For some reason devkitARM/bin is not part of the default PATH
PATH: '${{ env.DEVKITARM }}/bin:${{ env.PATH }}'
steps:
- name: Checkout branch
uses: actions/checkout@v2
Expand Down

0 comments on commit 5d9941b

Please sign in to comment.