From 86523bcbc628bd57942632b6d7d3f895d4ebac4d Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Sun, 28 Nov 2021 22:03:12 +0100 Subject: [PATCH] Will it work ? --- .github/workflows/windows-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 4fc1d6b..fb968da 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -15,8 +15,8 @@ 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 + echo "$env:GITHUB_WORKSPACE/mips" | 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 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"