We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4cd46 commit bf22273Copy full SHA for bf22273
.github/workflows/compile_esp8266.yml
@@ -28,7 +28,7 @@ jobs:
28
additional_urls:
29
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
30
EOF
31
- arduino-cli config init --config-file .cli-config.yml
+ arduino-cli config init --config-file .cli-config.yml --overwrite
32
arduino-cli core update-index --config-file .cli-config.yml
33
arduino-cli core install esp8266:esp8266 --config-file .cli-config.yml
34
0 commit comments