Skip to content

Commit

Permalink
ci: Use tinyusb's new get-deps facility
Browse files Browse the repository at this point in the history
Previously we required a recursive installation of a large number of
submodules, but now those dependencies are fetched on demand and are
limited to those required for the target platform.
  • Loading branch information
mossmann committed Oct 1, 2023
1 parent 0117e30 commit 24f5b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build Apollo firmware for ${{ matrix.target-board }}
run: |
cd firmware
APOLLO_BOARD=${{ matrix.target-board }} make all
APOLLO_BOARD=${{ matrix.target-board }} make get-deps all

0 comments on commit 24f5b5e

Please sign in to comment.