Skip to content

Commit 115ce95

Browse files
committed
fix ci by removign the pre-1.0.0 TinyUSB library
1 parent 5ec8598 commit 115ce95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
# https://github.com/firmata/arduino/pull/438
6363
git clone --depth 1 https://github.com/firmata/arduino.git $HOME/Arduino/libraries/firmata
6464
65+
# TODO temporarily remove TinyUSB pre-1.0.0 version install by arduino-cli
66+
rm -r $HOME/Arduino/libraries/Adafruit_TinyUSB_Library
67+
6568
# Library summary
6669
arduino-cli lib list
6770

0 commit comments

Comments
 (0)