From 97bc76faf363639241f969ba2c6f13bfa9c6f293 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 7 Jul 2020 00:42:45 +0800 Subject: fix windows ci again --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1