kopia lustrzana https://github.com/pimoroni/pimoroni-pico
CI: Pin SDK version to 1.5.1.
This should have been done forever ago!pull/979/head
rodzic
d06956dd8d
commit
001626127c
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue