Skip to content

Commit 6b4cd46

Browse files
Update compile_esp8266.yml
1 parent bf7bf41 commit 6b4cd46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compile_esp8266.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
2424
- name: Configure Arduino CLI
2525
run: |
26-
echo "board_manager:\n additional_urls:\n - 'http://arduino.esp8266.com/stable/package_esp8266com_index.json'" > .cli-config.yml
26+
cat <<EOF > .cli-config.yml
27+
board_manager:
28+
additional_urls:
29+
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
30+
EOF
2731
arduino-cli config init --config-file .cli-config.yml
2832
arduino-cli core update-index --config-file .cli-config.yml
2933
arduino-cli core install esp8266:esp8266 --config-file .cli-config.yml

0 commit comments

Comments
 (0)