From c639ac42255006592491a0f63233757071f26523 Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Mon, 4 Mar 2024 11:35:27 -0500 Subject: [PATCH] Try vcpkg on Windows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc89e4f51..4c7b50c4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: max_attempts: 3 command: | choco install ccache doxygen.install graphviz - powershell -Command "(Invoke-WebRequest -Uri https://raw.githubusercontent.com/horta/zlib.install/40ddd411521846fa3d6da5db7920a83e013847f4/install.bat -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat + vcpkg install zlib - name: Generate cache key shell: cmake -P {0}