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 d7a6d5a commit b094ab3Copy full SHA for b094ab3
.github/workflows/githubci.yml
@@ -19,8 +19,14 @@ jobs:
19
- name: pre-install
20
run: bash ci/actions_install.sh
21
22
+ # manually install SDFat
23
+ - name: extra libraries
24
+ run: |
25
+ git clone --quiet https://github.com/adafruit/SdFat.git /home/runner/Arduino/libraries/SdFat
26
+
27
28
- name: test platforms
- run: python3 ci/build_platform.py main_platforms cpb cpx
29
+ run: python3 ci/build_platform.py main_platforms metro_m4_tinyusb cpb cpx
30
31
- name: clang
32
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
examples/acep_7ColorTest/.metro_m4_tinyusb.test.only
0 commit comments