Skip to content

Commit 4f59fe0

Browse files
committed
correct git depth
1 parent 6e86d16 commit 4f59fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# TODO use firmata master to prevent build error with gcc v9 (should be remove after 2.5.9 is released)
6363
# https://github.com/firmata/arduino/pull/438
64-
git clone -depth 1 https://github.com/firmata/arduino.git $HOME/Arduino/libraries/firmata
64+
git clone --depth 1 https://github.com/firmata/arduino.git $HOME/Arduino/libraries/firmata
6565
6666
# Library summary
6767
arduino-cli lib list

0 commit comments

Comments
 (0)