Skip to content

Commit

Permalink
CI: Pin Pico SDK version, drop tinyusb hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 9, 2024
1 parent 7780216 commit c394748
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@ 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
# Linux deps
- name: Install deps
if: runner.os == 'Linux'
Expand Down

0 comments on commit c394748

Please sign in to comment.