Skip to content

Commit

Permalink
CI: Pin Pico SDK and Pico Extras versions, drop tinyusb hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 9, 2024
1 parent 06406fb commit dbbd9ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,16 @@ jobs:
with:
repository: raspberrypi/pico-sdk
path: pico-sdk
ref: 2.0.0
submodules: true

- name: TESTING Mangle Pico SDK's TinyUSB submodule
run: |
cd pico-sdk/lib/tinyusb
git fetch origin master:master
git checkout master
# Checkout Pico Extras
- name: Checkout Pico Extras
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-extras
path: pico-extras
ref: sdk-2.0.0
submodules: true

# Linux deps
Expand Down

0 comments on commit dbbd9ad

Please sign in to comment.