Skip to content

Commit

Permalink
[esp8266]
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball authored Apr 24, 2024
1 parent 351ff10 commit ede27ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ jobs:
- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1

- name: Install ESP8266 platform
- name: Config additional Boards for ESP8266 platform
run: |
arduino-cli core install esp8266:esp8266 --config-file ./.esp8266_boards.yml
arduino-cli config add board_manager.additional_urls http://arduino.esp8266.com/stable/package_esp8266com_index.json
- name: List ESP8266 Boards
run: |
arduino-cli core search esp8266
- name: Install ESP8266 platform
run: |
arduino-cli core install esp8266:esp8266
- name: Compile code
run: |
Expand Down

0 comments on commit ede27ef

Please sign in to comment.