summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-15 21:19:04 +0100
committerGitHub <noreply@github.com>2021-03-15 21:19:04 +0100
commita9aeddea85f99cbefa1f7b9a0f0352569cfe0015 (patch)
treee92ad27eb1d7c401be90e2277997bcb75c4890fc /.github
parent345ca3af5c66923d0944f836cd065fb4c88cc980 (diff)
downloadATCD-a9aeddea85f99cbefa1f7b9a0f0352569cfe0015.tar.gz
Update windows.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f3c6f44629e..a54f30e3f18 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -18,7 +18,7 @@ jobs:
BuildConfiguration: Debug
vcpkgarch: x64-windows
vcpkglibdir: debug/lib
- vcpkgpackages: 'openssl xerces-c[xmlch-wchar]'
+ vcpkgpackages: 'openssl xerces-c[xmlch-wchar] zlib'
OptionalFeatures: uses_wchar=1
- name: VS2017Debug64
vmimage: windows-2016
@@ -43,7 +43,7 @@ jobs:
BuildConfiguration: Debug
vcpkgarch: x64-windows
vcpkglibdir: debug/lib
- vcpkgpackages: 'openssl xerces-c[xmlch-wchar]'
+ vcpkgpackages: 'openssl xerces-c[xmlch-wchar] zlib'
OptionalFeatures: uses_wchar=1
- name: VS2019Debug64
vmimage: windows-2019