From 66abbff59f57dd26b781fe1aaccdacc6b1be2c5d Mon Sep 17 00:00:00 2001 From: Adam Glustein Date: Sun, 15 Dec 2024 18:18:57 -0500 Subject: [PATCH] Revert "Pin cmake on Windows builds to 3.31.1 as the new patch release is failing to install properly on GH Actions (#415)" This reverts commit 1054f5caaa7c2d041f91a458789a8fdae2a84305. Signed-off-by: Adam Glustein --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7f28c101a..32827d4eb 100644 --- a/Makefile +++ b/Makefile @@ -203,10 +203,8 @@ dependencies-fedora: ## install dependencies for linux dependencies-vcpkg: ## install dependencies via vcpkg cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install -## TODO remove pin on cmake below once we identify why 3.31.2 is failing OR cmake releases a new version which installs properly dependencies-win: ## install dependencies via windows - choco install cmake --version=3.31.1 - choco install curl winflexbison ninja unzip zip --no-progress -y + choco install cmake curl winflexbison ninja unzip zip --no-progress -y ############################################################################################ # Thanks to Francoise at marmelab.com for this