From 5c4375434e1df9ab8982ff9d5d02e47303e2e0f9 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 10 Jun 2024 12:21:50 -0600 Subject: [PATCH] no binary caching (TEMPORARY) --- .github/workflows/scripts/win/install-deps.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/win/install-deps.bat b/.github/workflows/scripts/win/install-deps.bat index 00f16ee7f..92d5df8d3 100644 --- a/.github/workflows/scripts/win/install-deps.bat +++ b/.github/workflows/scripts/win/install-deps.bat @@ -1,2 +1,2 @@ -vcpkg install --feature-flags=manifests,binarycaching --triplet %1-windows +vcpkg install --feature-flags=manifests --triplet %1-windows