File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ jobs:
189189 unzip artifacts.zip
190190 rm artifacts.zip
191191 - name : download vcpkg artifacts
192- if : matrix.arch == 'x64'
193192 shell : powershell
194193 run : |
195194 $urlbase = "https://dev.azure.com/git/git/_apis/build/builds"
@@ -198,9 +197,6 @@ jobs:
198197 (New-Object Net.WebClient).DownloadFile($downloadUrl, "compat.zip")
199198 Expand-Archive compat.zip -DestinationPath . -Force
200199 Remove-Item compat.zip
201- - name : install vcpkg deps for arm64
202- if : matrix.arch == 'arm64'
203- run : .\compat\vcbuild\vcpkg_install.bat arm64-windows
204200 - name : add msbuild to PATH
205201 uses : microsoft/setup-msbuild@v1
206202 - name : copy dlls to root
You can’t perform that action at this time.
0 commit comments