Skip to content

Commit 4667fc9

Browse files
committed
[CI] pin FastLED version
1 parent 61c7386 commit 4667fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
[ -d Adafruit-GFX-Library ] || git clone https://github.com/adafruit/Adafruit-GFX-Library.git --depth=1 &
6868
[ -d Adafruit_SSD1306 ] || git clone https://github.com/adafruit/Adafruit_SSD1306.git --depth=1 &
6969
[ -d Adafruit_BusIO ] || git clone https://github.com/adafruit/Adafruit_BusIO.git --depth=1 &
70-
[ -d FastLED ] || git clone https://github.com/FastLED/FastLED.git --depth=1 &
70+
[ -d FastLED ] || git clone https://github.com/FastLED/FastLED.git --depth=1 --branch 3.10.3 &
7171
[ -d MIDIUSB ] || git clone https://github.com/arduino-libraries/MIDIUSB.git --depth=1 &
7272
[ -d Audio ] || git clone https://github.com/PaulStoffregen/Audio.git --depth=1 &
7373
[ -d ArduinoBLE ] || git clone https://github.com/arduino-libraries/ArduinoBLE.git --depth=1 &

0 commit comments

Comments
 (0)