Skip to content

Commit

Permalink
TEST: Mangle tinyusb submodule so the project builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 9, 2024
1 parent 6032314 commit 048d9c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
path: pico-sdk
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@v3
Expand Down

0 comments on commit 048d9c0

Please sign in to comment.