diff options
| author | ruki <[email protected]> | 2021-08-28 22:53:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-28 22:53:48 +0800 |
| commit | dc4513ccbe420e5dd60856d60043c0b910574272 (patch) | |
| tree | 2decb3e9a77f51277d1311be98f24ad149f69aa4 | |
| parent | 9fe97a4b60768c3551ea2458d3c6b4284516edde (diff) | |
update ci
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3d7560e2d..85f121282 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -79,7 +79,7 @@ jobs: Expand-Archive ./7zip.zip -DestinationPath ./7zip Copy-Item ./7zip/7z.exe ./winenv/bin Copy-Item ./7zip/7z.dll ./winenv/bin - Invoke-WebRequest "https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win32-mingw.zip" -UseBasicParsing -OutFile .\curl.zip + Invoke-WebRequest "https://curl.se/windows/dl-7.78.0_2/curl-7.78.0_2-win32-mingw.zip" -UseBasicParsing -OutFile .\curl.zip Expand-Archive ./curl.zip -DestinationPath ./curl Copy-Item ./curl/curl-7.75.0-win32-mingw/bin/curl.exe ./winenv/bin Copy-Item ./curl/curl-7.75.0-win32-mingw/bin/curl-ca-bundle.crt ./winenv/bin |
