We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0e070 commit 6416c08Copy full SHA for 6416c08
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Test building bundle
46
run: |
47
# Use the community bundle because it's smaller and faster
48
- git clone --recurse-submodules https://github.com/adafruit/CircuitPython_Community_Bundle.git
+ git clone --filter=blob:none --also-filter-submodules --recurse-submodules https://github.com/adafruit/CircuitPython_Community_Bundle.git
49
cd CircuitPython_Community_Bundle
50
circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
51
- name: Munge tests
0 commit comments