Skip to content

Commit 57aa1e5

Browse files
remove esp32 board
1 parent 8caf459 commit 57aa1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Install library dependencies
3333
run: pio lib -g install 667
3434
- name: Run PlatformIO
35-
run: pio ci --lib="." --board=uno --board=d1_mini --board=esp-wrover-kit
35+
run: pio ci --lib="." --board=uno --board=d1_mini
3636
env:
3737
PLATFORMIO_CI_SRC: ${{ matrix.example }}

0 commit comments

Comments
 (0)