From ce43dc3e3b0c884db85887a92a8a2bb7d3e2f6b2 Mon Sep 17 00:00:00 2001 From: Jonathan Swartz Date: Tue, 27 Aug 2024 15:29:03 +1200 Subject: [PATCH] Add lz4 to list of windows CI dependencies Signed-off-by: Jonathan Swartz --- ci/install_windows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install_windows.sh b/ci/install_windows.sh index 9620ee42a7..7bd6e751f1 100755 --- a/ci/install_windows.sh +++ b/ci/install_windows.sh @@ -20,6 +20,7 @@ VCPKG_INSTALL_CMD="vcpkg install boost-interprocess boost-algorithm pybind11 + lz4 --clean-after-build" # Update vcpkg