File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 - name : Build Nintendo Switch Components
163163 uses : docker://devkitpro/devkita64:latest
164164 with :
165- args : /bin/bash -c "python3 scripts/gen_npdm_json.py && cd switch_sysmodule && make APP_VERSION=${{ env.NEW_VERSION }} && /opt/devkitpro/tools/bin/npdmtool main.json main.npdm && cp homeassistant_sysmodule.nso main && cd ../switch_app && make VERSION=${{ env.NEW_VERSION }}"
165+ args : /bin/bash -c "export PATH=$PATH:/opt/devkitpro/devkitA64/bin:/opt/devkitpro/tools/bin && python3 scripts/gen_npdm_json.py && cd switch_sysmodule && make APP_VERSION=${{ env.NEW_VERSION }} && /opt/devkitpro/tools/bin/npdmtool main.json main.npdm && cp homeassistant_sysmodule.nso main && cd ../switch_app && make VERSION=${{ env.NEW_VERSION }}"
166166
167167 - name : Package HA Integration
168168 run : |
You can’t perform that action at this time.
0 commit comments