Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Sep 6, 2024
1 parent f32f9f2 commit 9b4f53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
fail-fast: false
matrix:
platform: [arduino-2, arduino-3, arduino-310rc1]
board: [esp32_poe, wt32-eth01, lilygo-eth-lite-s3]
board: [esp32-poe, wt32-eth01, lilygo-eth-lite-s3]

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[platformio]
default_envs = arduino-2, arduino-3, arduino-310rc1, esp8266, esp32_poe-arduino-2, esp32-poe-arduino-3, esp32-poe-arduino-310rc1, wt32-eth01-arduino-2, wt32-eth01-arduino-3, wt32-eth01-arduino-310rc1, lilygo-eth-lite-s3-arduino-2, lilygo-eth-lite-s3-arduino-3, lilygo-eth-lite-s3-arduino-310rc1
default_envs = arduino-2, arduino-3, arduino-310rc1, esp8266, esp32-poe-arduino-2, esp32-poe-arduino-3, esp32-poe-arduino-310rc1, wt32-eth01-arduino-2, wt32-eth01-arduino-3, wt32-eth01-arduino-310rc1, lilygo-eth-lite-s3-arduino-2, lilygo-eth-lite-s3-arduino-3, lilygo-eth-lite-s3-arduino-310rc1
lib_dir = .
; src_dir = examples/BlockingCaptivePortal
; src_dir = examples/NonBlockingCaptivePortal
Expand Down Expand Up @@ -34,7 +34,7 @@ board = esp32dev
; CI

[env:ci]
platform = ${sysenv.PLATFORM}
platform = ${sysenv.PIO_PLATFORM}
board = ${sysenv.PIO_BOARD}

; DEV
Expand Down Expand Up @@ -63,7 +63,7 @@ lib_deps =

; ETH: esp32-poe

[env:esp32_poe-arduino-2]
[env:esp32-poe-arduino-2]
platform = [email protected]
board = esp32-poe
build_flags = ${env.build_flags}
Expand Down

0 comments on commit 9b4f53c

Please sign in to comment.