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 5ec8598 commit 115ce95Copy full SHA for 115ce95
.github/workflows/githubci.yml
@@ -62,6 +62,9 @@ jobs:
62
# https://github.com/firmata/arduino/pull/438
63
git clone --depth 1 https://github.com/firmata/arduino.git $HOME/Arduino/libraries/firmata
64
65
+ # TODO temporarily remove TinyUSB pre-1.0.0 version install by arduino-cli
66
+ rm -r $HOME/Arduino/libraries/Adafruit_TinyUSB_Library
67
+
68
# Library summary
69
arduino-cli lib list
70
0 commit comments