Skip to content

Commit

Permalink
Update Pico SDK to 2.0.0 for automatic builds. Local testing seems to…
Browse files Browse the repository at this point in the history
… not require any changes, so let's see if automatic builds are still working properly after such a long time...
  • Loading branch information
Staacks committed Sep 7, 2024
1 parent 1a67a21 commit f16a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Clone pico-sdk dependency (pinned versions of pico-sdk and tinyusb)
run: |
git clone https://github.com/raspberrypi/pico-sdk --recurse-submodules
cd pico-sdk && sudo git checkout tags/1.5.1 && cd ..
cd pico-sdk && sudo git checkout tags/2.0.0 && cd ..
cd pico-sdk/lib/tinyusb && sudo git checkout 0.16.0 && cd ../../..
- name: Build firmware
run: |
Expand Down

0 comments on commit f16a41a

Please sign in to comment.