diff options
| -rw-r--r-- | .github/workflows/windows.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 86bc75141..bac1a2464 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -49,9 +49,9 @@ jobs: - name: Prepare run: | xmake show - curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04.zip" -o ./nsis.zip - curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04-strlen_8192.zip" -o ./nsis-longstr.zip - curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v30b3/UAC.zip" -o ./nsis-uac.zip + curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v309/nsis-3.09.zip" -o ./nsis.zip + curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v309/nsis-3.09-strlen_8192.zip" -o ./nsis-longstr.zip + curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v309/UAC.zip" -o ./nsis-uac.zip Expand-Archive ./nsis.zip -DestinationPath ./nsis Move-Item ./nsis/*/* ./nsis Expand-Archive ./nsis-longstr.zip -DestinationPath ./nsis -Force diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml index 5051489d3..c5f0a91ee 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_luajit.yml @@ -38,9 +38,9 @@ jobs: - name: Prepare run: | xmake show - curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04.zip" -o ./nsis.zip - curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04-strlen_8192.zip" -o ./nsis-longstr.zip - curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v30b3/UAC.zip" -o ./nsis-uac.zip + curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v309/nsis-3.09.zip" -o ./nsis.zip + curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v309/nsis-3.09-strlen_8192.zip" -o ./nsis-longstr.zip + curl -fsSL "https://github.com/xmake-mirror/nsis/releases/download/v309/UAC.zip" -o ./nsis-uac.zip Expand-Archive ./nsis.zip -DestinationPath ./nsis Move-Item ./nsis/*/* ./nsis Expand-Archive ./nsis-longstr.zip -DestinationPath ./nsis -Force |
