Skip to content

Commit ce7ed37

Browse files
committed
Install vcpkg deps on arm64
Signed-off-by: Dennis Ameling <[email protected]>
1 parent be12449 commit ce7ed37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ jobs:
194194
(New-Object Net.WebClient).DownloadFile($downloadUrl, "compat.zip")
195195
Expand-Archive compat.zip -DestinationPath . -Force
196196
Remove-Item compat.zip
197+
- name: install vcpkg deps for arm64
198+
if: matrix.arch == 'arm64'
199+
shell: pwsh
200+
run: .\compat\vcbuild\vcpkg_install.bat arm64-windows
197201
- name: add msbuild to PATH
198202
uses: microsoft/setup-msbuild@v1
199203
- name: copy dlls to root

0 commit comments

Comments
 (0)