Skip to content

Commit a0be497

Browse files
committed
GH Actions: install zlib on Windows
1 parent 7129b19 commit a0be497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: restore
9494
run: |
9595
C:\vcpkg\bootstrap-vcpkg.bat
96-
C:\vcpkg\vcpkg install gtest:x64-windows
96+
C:\vcpkg\vcpkg install gtest:x64-windows zlib:x64-windows
9797
- name: build
9898
run: .build\build.ps1 -GTestPath C:\vcpkg\installed\x64-windows
9999
- name: unittest

0 commit comments

Comments
 (0)