diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 1833988..30da46e 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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