File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ export PATH=$PATH:$GITHUB_WORKSPACE/bin
1313curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
1414arduino-cli config init
1515arduino-cli config set library.enable_unsafe_install true
16- core update-index --additional-urls https://arduino.esp8266.com/stable/package_esp8266com_index.json
17- core update-index --additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
16+ arduino-cli core update-index --additional-urls https://arduino.esp8266.com/stable/package_esp8266com_index.json
17+ arduino-cli core update-index --additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
1818arduino-cli core update-index
1919
2020# Install Arduino AVR core
You can’t perform that action at this time.
0 commit comments