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 2, 2024
1 parent 6032314 commit 239591a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
path: pico-sdk
submodules: true

- name: TESTING Mangle Pico SDK's TinyUSB submodule
run: |
cd pico-sdk/lib/tinyusb
git remote add battlesnake https://github.com/battlesnake/tinyusb
git fetch battlesnake uac2-interrupt-endpoint
git checkout uac2-interrupt-endpoint
# Checkout Pico Extras
- name: Checkout Pico Extras
uses: actions/checkout@v3
Expand Down

0 comments on commit 239591a

Please sign in to comment.