diff options
| author | ruki <[email protected]> | 2023-01-27 15:38:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-27 15:38:53 +0800 |
| commit | 8b7e511b4a556aa944cf6e15eb14932ae19cfc50 (patch) | |
| tree | cde395213db946986f5bdeef322d63a051865ff3 | |
| parent | 01a9d63a7e901a850a6669104bd85003736d4429 (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/windows.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2fad0e977..c43914ea7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -49,6 +49,7 @@ jobs: - name: Prepare run: | xmake show + [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" Invoke-WebRequest "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04.zip" -UseBasicParsing -OutFile ./nsis.zip Invoke-WebRequest "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04-strlen_8192.zip" -UseBasicParsing -OutFile ./nsis-longstr.zip Invoke-WebRequest "https://github.com/xmake-mirror/nsis/releases/download/v30b3/UAC.zip" -UseBasicParsing -OutFile ./nsis-uac.zip diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml index 37eb2879a..5f8ef461b 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_luajit.yml @@ -38,6 +38,7 @@ jobs: - name: Prepare run: | xmake show + [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" Invoke-WebRequest "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04.zip" -UseBasicParsing -OutFile ./nsis.zip Invoke-WebRequest "https://github.com/xmake-mirror/nsis/releases/download/v30b3/nsis-3.04-strlen_8192.zip" -UseBasicParsing -OutFile ./nsis-longstr.zip Invoke-WebRequest "https://github.com/xmake-mirror/nsis/releases/download/v30b3/UAC.zip" -UseBasicParsing -OutFile ./nsis-uac.zip |
