mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix Windows CI (#2241)
Don't install CMake, as it comes pre-installed on GitHub runners This fixes the version incompatibilities that keep appearing with the Windows CI build
This commit is contained in:
parent
876c09cbfa
commit
396aa06736
1 changed files with 0 additions and 1 deletions
1
.github/workflows/choco_packages.config
vendored
1
.github/workflows/choco_packages.config
vendored
|
|
@ -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.31.0" installArguments="ADD_CMAKE_TO_PATH=System" />
|
||||
<package id="mingw" version="12.2.0" />
|
||||
<package id="ninja" version="1.11.1" />
|
||||
</packages>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue