Skip to content

Commit cd20153

Browse files
Update compile_esp8266.yml
1 parent bf22273 commit cd20153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile_esp8266.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
additional_urls:
2929
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
3030
EOF
31-
arduino-cli config init --config-file .cli-config.yml --overwrite
32-
arduino-cli core update-index --config-file .cli-config.yml
31+
arduino-cli config init
32+
arduino-cli core update-index
3333
arduino-cli core install esp8266:esp8266 --config-file .cli-config.yml
3434
3535
- name: Install Required Libraries

0 commit comments

Comments
 (0)