Skip to content

Commit

Permalink
chore: remove esp8266
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 authored Feb 17, 2025
1 parent 599f130 commit d543892
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
# Install arduino AVR
arduino-cli core install arduino:avr
arduino-cli core install arduino:esp32
arduino-cli core install arduino:esp8266
# Install dependencies
libs=$(cat library.properties | grep depends | sed 's/depends=//g')
IFS=',' read -ra lib <<< "$libs"
Expand All @@ -40,4 +39,3 @@ jobs:
# Perform test compile
arduino-cli compile tests --fqbn arduino:avr:uno --log --library . --clean
arduino-cli compile tests --fqbn arduino:esp32:nano_nora --log --library . --clean
arduino-cli compile tests --fqbn arduino:esp8266:nodemcuv2 --log --library . --clean

0 comments on commit d543892

Please sign in to comment.