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 bf7bf41 commit 6b4cd46Copy full SHA for 6b4cd46
.github/workflows/compile_esp8266.yml
@@ -23,7 +23,11 @@ jobs:
23
24
- name: Configure Arduino CLI
25
run: |
26
- echo "board_manager:\n additional_urls:\n - 'http://arduino.esp8266.com/stable/package_esp8266com_index.json'" > .cli-config.yml
+ cat <<EOF > .cli-config.yml
27
+ board_manager:
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
32
arduino-cli core update-index --config-file .cli-config.yml
33
arduino-cli core install esp8266:esp8266 --config-file .cli-config.yml
0 commit comments