CI: Pin SDK version to 1.5.1.

This should have been done forever ago!
pull/979/head
Phil Howard 2024-08-05 09:56:14 +01:00
rodzic d06956dd8d
commit 001626127c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
PICO_SDK_VERSION: 1.5.1
jobs:
build:
@ -43,6 +44,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: ${{ env.PICO_SDK_VERSION }}
path: pico-sdk
submodules: true