Fix windows action
This commit is contained in:
parent
2b0c7a9028
commit
895d89c585
8
.github/workflows/windows-build.yml
vendored
8
.github/workflows/windows-build.yml
vendored
@ -15,12 +15,14 @@ jobs:
|
||||
- name: Get prebuilt stuff
|
||||
run: |
|
||||
powershell -c "& { iwr https://raw.githubusercontent.com/grumpycoders/pcsx-redux/main/mips.ps1 | iex }"
|
||||
echo "$GITHUB_WORKSPACE\mips" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
echo "$GITHUB_WORKSPACE\mips\mips\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
mips install 11.2.0
|
||||
C:\msys64\usr\bin\wget.exe https://github.com/Lameguy64/mkpsxiso/releases/download/v1.26/mkpsxiso-1.26.zip
|
||||
C:\msys64\usr\bin\wget.exe http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z
|
||||
7z.exe x mkpsxiso-1.20.zip -o"$GITHUB_WORKSPACE\mkpsxiso"
|
||||
7z.exe x psyq-4.7-converted-full.7z -o"D:\a\nolibgs_hello_worlds\nolibgs_hello_worlds\psyq"
|
||||
echo "$GITHUB_WORKSPACE/mkpsxiso" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
echo $GITHUB_PATH
|
||||
C:\msys64\usr\bin\wget.exe http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z
|
||||
7z.exe x psyq-4.7-converted-full.7z -o"D:\a\nolibgs_hello_worlds\nolibgs_hello_worlds\psyq"
|
||||
|
||||
- name: Make all
|
||||
run: make all
|
||||
|
Loading…
x
Reference in New Issue
Block a user