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 && \