Skip to content

Commit

Permalink
Remove CMake from choco_packages.config
Browse files Browse the repository at this point in the history
This will hopefully fix the Windows GitHub CI as https://github.com/actions/runner-images/blob/win22/20241113.3/images/windows/Windows2022-Readme.md#tools says that CMake is already installed by default
  • Loading branch information
lurch authored Nov 19, 2024
1 parent 89691ed commit ce52a02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/choco_packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="gcc-arm-embedded" version="10.2.1" />
<package id="cmake" version="3.25.2" installArguments="ADD_CMAKE_TO_PATH=System" />
<package id="mingw" version="12.2.0" />
<package id="ninja" version="1.11.1" />
</packages>

0 comments on commit ce52a02

Please sign in to comment.