File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ if [ ! -d "$WORKSPACE/tools/bin" \
1616 -o ! -f " $WORKSPACE /ARM9-TS.lcf.template" \
1717 -o ! -f " $WORKSPACE /mwldarm.response.template" ]; then
1818 wget https://github.com/pret/pmd-sky/raw/workflows/assets/NitroSDK-4_2-071210-jp.7z
19- 7z x NitroSDK-3_2-060901 .7z
19+ 7z x NitroSDK-4_2-071210-jp .7z -oNitroSDK-4_2-071210-jp
2020 rm -rf " $WORKSPACE /tools/bin"
21- mv -v NitroSDK-3_2-060901 /tools/bin " $WORKSPACE /tools"
22- mv -v NitroSDK-3_2-060901 /include/nitro/specfiles/ARM7-TS.lcf.template " $WORKSPACE /sub/"
23- mv -v NitroSDK-3_2-060901 /include/nitro/specfiles/ARM9-TS.lcf.template " $WORKSPACE /"
24- mv -v NitroSDK-3_2-060901 /include/nitro/specfiles/mwldarm.response.template " $WORKSPACE /"
21+ mv -v NitroSDK-4_2-071210-jp /tools/bin " $WORKSPACE /tools"
22+ mv -v NitroSDK-4_2-071210-jp /include/nitro/specfiles/ARM7-TS.lcf.template " $WORKSPACE /sub/"
23+ mv -v NitroSDK-4_2-071210-jp /include/nitro/specfiles/ARM9-TS.lcf.template " $WORKSPACE /"
24+ mv -v NitroSDK-4_2-071210-jp /include/nitro/specfiles/mwldarm.response.template " $WORKSPACE /"
2525fi
2626
2727# Set up wine under a virtual X11 server to hide the annoying GUI popup.
You can’t perform that action at this time.
0 commit comments