Skip to content

Commit 6416c08

Browse files
committed
pull less data from bundle for test
1 parent ac0e070 commit 6416c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Test building bundle
4646
run: |
4747
# Use the community bundle because it's smaller and faster
48-
git clone --recurse-submodules https://github.com/adafruit/CircuitPython_Community_Bundle.git
48+
git clone --filter=blob:none --also-filter-submodules --recurse-submodules https://github.com/adafruit/CircuitPython_Community_Bundle.git
4949
cd CircuitPython_Community_Bundle
5050
circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
5151
- name: Munge tests

0 commit comments

Comments
 (0)