From 51d212b270371ba06e36bfc9845ac3312e8f9d2a Mon Sep 17 00:00:00 2001 From: Piotr Stolarz Date: Mon, 2 Sep 2024 18:42:15 +0200 Subject: [PATCH] CI/CD: moved to PicoSDK 2.0 --- .github/picosdk-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/picosdk-ci/Dockerfile b/.github/picosdk-ci/Dockerfile index c015196..3e6889d 100644 --- a/.github/picosdk-ci/Dockerfile +++ b/.github/picosdk-ci/Dockerfile @@ -12,7 +12,7 @@ ENV PICO_SDK_PATH=/pico-sdk RUN cd / && \ git clone https://github.com/raspberrypi/pico-sdk && \ cd pico-sdk && \ - git checkout 1.5.1 && \ + git checkout 2.0.0 && \ git submodule update --init --recursive RUN apt-get update && \