Skip to content

Commit 0016261

Browse files
committed
CI: Pin SDK version to 1.5.1.
This should have been done forever ago!
1 parent d06956d commit 0016261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
env:
88
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99
BUILD_TYPE: Release
10+
PICO_SDK_VERSION: 1.5.1
1011

1112
jobs:
1213
build:
@@ -43,6 +44,7 @@ jobs:
4344
uses: actions/checkout@v4
4445
with:
4546
repository: raspberrypi/pico-sdk
47+
ref: ${{ env.PICO_SDK_VERSION }}
4648
path: pico-sdk
4749
submodules: true
4850

0 commit comments

Comments
 (0)