Skip to content

Commit

Permalink
Revert "Pin cmake on Windows builds to 3.31.1 as the new patch releas…
Browse files Browse the repository at this point in the history
…e is failing to install properly on GH Actions (#415)"

This reverts commit 1054f5c.

Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein committed Dec 16, 2024
1 parent 1054f5c commit 66abbff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66abbff

Please sign in to comment.