Update windows-build.yml

This commit is contained in:
Schnappy 2021-11-01 18:55:12 +01:00 committed by GitHub
parent 7f950fea38
commit 8b5ebe93dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get prebuilt stuff - name: Get prebuilt stuff
run: | run: |
echo "C:\msys64\usr\bin" >> $GITHUB_PATH C:\msys64\usr\bin\wget.exe http://static.grumpycoder.net/pixel/mips/g++-mipsel-none-elf-11.2.0.zip
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
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
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 g++-mipsel-none-elf-11.2.0.zip -o./mipsel
7z.exe x mkpsxiso-1.20.zip -o./mkpsxiso 7z.exe x mkpsxiso-1.20.zip -o./mkpsxiso
7z.exe x psyq-4.7-converted-full.7z -o./psyq 7z.exe x psyq-4.7-converted-full.7z -o./psyq