diff options
| author | ruki <[email protected]> | 2020-07-07 00:42:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-06 22:16:31 +0800 |
| commit | 97bc76faf363639241f969ba2c6f13bfa9c6f293 (patch) | |
| tree | 5e0a93f0807a83b10133b55268d0b572c49d5159 | |
| parent | db721fb3a1a94035a83b91d48dda2558d4bcec9a (diff) | |
fix windows ci again
| -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 ba1fa8b00..9cce0ae20 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -66,7 +66,7 @@ jobs: (New-Item ./winenv/bin -ItemType Directory).FullName Invoke-WebRequest "https://github.com/xmake-mirror/gnuwin32-unzip/releases/download/5.51.1/unzip-5.51-1-bin.zip" -UseBasicParsing -OutFile .\unzip.zip Expand-Archive ./unzip.zip -DestinationPath ./unzip - Copy-Item ./unzip/bin/unzip.exe ./xmake/winenv/bin + Copy-Item ./unzip/bin/unzip.exe ./winenv/bin Invoke-WebRequest "https://github.com/xmake-io/xmake-win64env/raw/master/bin/curl.exe" -UseBasicParsing -OutFile .\curl.exe Invoke-WebRequest "https://raw.githubusercontent.com/xmake-io/xmake-win64env/master/bin/curl-ca-bundle.crt" -UseBasicParsing -OutFile .\curl-ca-bundle.crt Copy-Item ./curl.exe ./winenv/bin |
