We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a3da1 commit ac8ae84Copy full SHA for ac8ae84
1 file changed
ci/build-arduino.sh
@@ -13,6 +13,8 @@ export PATH=$PATH:$GITHUB_WORKSPACE/bin
13
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
14
arduino-cli config init
15
arduino-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
18
arduino-cli core update-index
19
20
# Install Arduino AVR core
0 commit comments