Skip to content

Commit

Permalink
CI/CD: moved to PicoSDK 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Sep 2, 2024
1 parent 4a92b1a commit 51d212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/picosdk-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 51d212b

Please sign in to comment.