File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ branches:
1515before_script :
1616 - " export DISPLAY=:99.0"
1717 - sleep 3 # give xvfb some time to start
18- - wget http ://downloads.arduino.cc/arduino-1.8.15 -linux64.tar.xz
19- - tar xf arduino-1.8.15 -linux64.tar.xz
20- - mv arduino-1.8.15 $HOME/arduino_ide
18+ - wget https ://downloads.arduino.cc/arduino-1.8.18 -linux64.tar.xz
19+ - tar xf arduino-1.8.18 -linux64.tar.xz
20+ - mv arduino-1.8.18 $HOME/arduino_ide
2121 - cd $HOME/arduino_ide/hardware
2222 - mkdir esp32
2323 - cd esp32
24- - wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.0 .tar.gz
25- - tar -xzf 2.0.0 .tar.gz
26- - mv arduino-esp32-2.0.0 / esp32
24+ - wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.1 .tar.gz
25+ - tar -xzf 2.0.1 .tar.gz
26+ - mv arduino-esp32-2.0.1 / esp32
2727 - cd esp32/tools
2828 - python --version
2929 - python get.py
You can’t perform that action at this time.
0 commit comments