Skip to content

Commit 02744d5

Browse files
committed
use https
1 parent d2c3a74 commit 02744d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)