Browse Source

Try to fix PATH for devkitarm tools

pull/109/head
Ian Chamberlain 2 years ago
parent
commit
0f2add4c6d
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 5
      .github/actions/setup/action.yml

5
.github/actions/setup/action.yml

@ -41,3 +41,8 @@ runs: @@ -41,3 +41,8 @@ runs:
args: >-
--git https://github.com/rust3ds/cargo-3ds
--rev 5a06e64307499ffe681453e7d88d7ee986054eb7
- name: Set PATH to include devkitARM
shell: bash
# For some reason devkitARM/bin is not part of the default PATH in the container
run: echo "${DEVKITARM}/bin" >> $GITHUB_PATH

Loading…
Cancel
Save