Will it work ?

This commit is contained in:
ABelliqueux 2021-11-28 22:03:12 +01:00
parent 895d89c585
commit 86523bcbc6

View File

@ -15,8 +15,8 @@ jobs:
- name: Get prebuilt stuff - name: Get prebuilt stuff
run: | run: |
powershell -c "& { iwr https://raw.githubusercontent.com/grumpycoders/pcsx-redux/main/mips.ps1 | iex }" 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 "$env: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 echo "$env:GITHUB_WORKSPACE/mips/mips/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
mips install 11.2.0 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 https://github.com/Lameguy64/mkpsxiso/releases/download/v1.26/mkpsxiso-1.26.zip
7z.exe x mkpsxiso-1.20.zip -o"$GITHUB_WORKSPACE\mkpsxiso" 7z.exe x mkpsxiso-1.20.zip -o"$GITHUB_WORKSPACE\mkpsxiso"