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 6e86d16 commit 4f59fe0Copy full SHA for 4f59fe0
.github/workflows/githubci.yml
@@ -61,7 +61,7 @@ jobs:
61
62
# TODO use firmata master to prevent build error with gcc v9 (should be remove after 2.5.9 is released)
63
# https://github.com/firmata/arduino/pull/438
64
- git clone -depth 1 https://github.com/firmata/arduino.git $HOME/Arduino/libraries/firmata
+ git clone --depth 1 https://github.com/firmata/arduino.git $HOME/Arduino/libraries/firmata
65
66
# Library summary
67
arduino-cli lib list
0 commit comments