Update windows-build.yml

This commit is contained in:
Schnappy 2021-11-01 19:03:11 +01:00 committed by GitHub
parent 8b5ebe93dd
commit 6b440a75d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@ jobs:
C:\msys64\usr\bin\wget.exe http://static.grumpycoder.net/pixel/mips/g++-mipsel-none-elf-11.2.0.zip
C:\msys64\usr\bin\wget.exe http://lameguy64.github.io/mkpsxiso/mkpsxiso-1.20.zip
C:\msys64\usr\bin\wget.exe http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z
7z.exe x g++-mipsel-none-elf-11.2.0.zip -o./mipsel
7z.exe x mkpsxiso-1.20.zip -o./mkpsxiso
7z.exe x psyq-4.7-converted-full.7z -o./psyq
7z.exe x g++-mipsel-none-elf-11.2.0.zip -o".\mipsel"
7z.exe x mkpsxiso-1.20.zip -o".\mkpsxiso"
7z.exe x psyq-4.7-converted-full.7z -o".\psyq"
echo "$GITHUB_WORKSPACE/mkpsxiso" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/mipsel/bin" >> $GITHUB_PATH
- name: Make all