We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78a7a68 + 2666efa commit 2d86808Copy full SHA for 2d86808
.github/workflows/main.yml
@@ -189,7 +189,6 @@ jobs:
189
unzip artifacts.zip
190
rm artifacts.zip
191
- name: download vcpkg artifacts
192
- if: matrix.arch == 'x64'
193
shell: powershell
194
run: |
195
$urlbase = "https://dev.azure.com/git/git/_apis/build/builds"
@@ -198,9 +197,6 @@ jobs:
198
197
(New-Object Net.WebClient).DownloadFile($downloadUrl, "compat.zip")
199
Expand-Archive compat.zip -DestinationPath . -Force
200
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
204
- name: add msbuild to PATH
205
uses: microsoft/setup-msbuild@v1
206
- name: copy dlls to root
0 commit comments