Skip to content

Commit 2babc40

Browse files
committed
install zlib in CI
1 parent bc186e0 commit 2babc40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install dependencies
5656
run: |
57-
"$VCPKG_ROOT/vcpkg" install nlohmann-json openssl gtest slick-net
57+
"$VCPKG_ROOT/vcpkg" install nlohmann-json openssl zlib gtest slick-net
5858
- name: Configure
5959
run: |
6060
cmake -S . -B build \

0 commit comments

Comments
 (0)