Skip to content

Commit

Permalink
Pin cmake on Windows builds to 3.31.1 as the new patch release is fai…
Browse files Browse the repository at this point in the history
…ling to install properly on GH Actions (#415)

Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein authored Dec 10, 2024
1 parent 19bcd06 commit 1054f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,10 @@ 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 curl winflexbison ninja unzip zip --no-progress -y
choco install cmake --version=3.31.1
choco install curl winflexbison ninja unzip zip --no-progress -y

############################################################################################
# Thanks to Francoise at marmelab.com for this
Expand Down

0 comments on commit 1054f5c

Please sign in to comment.