File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
4343 sleep 3
4444 export DISPLAY=:1.0
45- wget http ://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
45+ wget https ://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
4646 tar xf arduino-$IDE_VERSION-linux64.tar.xz
4747 mv arduino-$IDE_VERSION ~/arduino-ide
4848 export PATH=$PATH:~/arduino-ide
4949 if [[ "$BOARD" =~ "esp8266:esp8266:" ]]; then
50- arduino --pref "boardsmanager.additional.urls=http ://arduino.esp8266.com/stable/package_esp8266com_index.json" --install-boards esp8266:esp8266;
50+ arduino --pref "boardsmanager.additional.urls=https ://arduino.esp8266.com/stable/package_esp8266com_index.json" --install-boards esp8266:esp8266;
5151 arduino --pref "boardsmanager.additional.urls=" --save-prefs;
5252 fi
5353 if [[ "$BOARD" =~ "espressif:esp32:" ]]; then
You can’t perform that action at this time.
0 commit comments