Skip to content
Permalink
Browse files
Merge pull request #2940 from dscho/use-precompiled-arm64-vcpkg-artif…
…acts

Use the pre-built vcpkg packages in the vs-build(arm64) job
  • Loading branch information
dscho committed Dec 17, 2020
2 parents 78a7a68 + 2666efa commit 2d86808
Showing 1 changed file with 0 additions and 4 deletions.
@@ -189,7 +189,6 @@ jobs:
unzip artifacts.zip
rm artifacts.zip
- name: download vcpkg artifacts
if: matrix.arch == 'x64'
shell: powershell
run: |
$urlbase = "https://dev.azure.com/git/git/_apis/build/builds"
@@ -198,9 +197,6 @@ jobs:
(New-Object Net.WebClient).DownloadFile($downloadUrl, "compat.zip")
Expand-Archive compat.zip -DestinationPath . -Force
Remove-Item compat.zip
- name: install vcpkg deps for arm64
if: matrix.arch == 'arm64'
run: .\compat\vcbuild\vcpkg_install.bat arm64-windows
- name: add msbuild to PATH
uses: microsoft/setup-msbuild@v1
- name: copy dlls to root

0 comments on commit 2d86808

Please sign in to comment.