Skip to content

Commit 6c5183b

Browse files
committed
Fixes build cases
1 parent 58498d0 commit 6c5183b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/platformio-build-check.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
matrix:
5656
example:
5757
- PlotToSerial
58-
- ViaPbHub
5958

6059
unit:
6160
- UnitTubePressure
@@ -82,6 +81,14 @@ jobs:
8281
espressif32:
8382
- latest
8483

84+
include:
85+
# Specific sketches
86+
- example: ViaPbHub
87+
unit: UnitTubePressure
88+
board: Core
89+
framework: Arduino
90+
espressif32: latest
91+
8592
steps:
8693
- name: Checkout
8794
uses: actions/checkout@v4

0 commit comments

Comments
 (0)