Skip to content

Commit b094ab3

Browse files
committed
test only m4 for acep
1 parent d7a6d5a commit b094ab3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ jobs:
1919
- name: pre-install
2020
run: bash ci/actions_install.sh
2121

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+
2228
- name: test platforms
23-
run: python3 ci/build_platform.py main_platforms cpb cpx
29+
run: python3 ci/build_platform.py main_platforms metro_m4_tinyusb cpb cpx
2430

2531
- name: clang
2632
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .

examples/acep_7ColorTest/.metro_m4_tinyusb.test.only

Whitespace-only changes.

0 commit comments

Comments
 (0)