Skip to content

Commit 75f81be

Browse files
committed
Fix external int builder
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent b59e48a commit 75f81be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_examples.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- name: Build PlatformIO examples
3636
env:
37-
PLATFORMIO_BUILD_FLAGS: -D SDI12_EXTERNAL_PCINT -I/src
37+
PLATFORMIO_BUILD_FLAGS: -D SDI12_EXTERNAL_PCINT
3838
PLATFORMIO_CI_SRC: examples/j_external_pcint_library
39-
run: pio ci --board=mayfly --board=uno --board=megaatmega2560 --board=leonardo --board=zeroUSB --board=arduino_nano_esp32 --board=feather328p --board=feather32u4 --board=adafruit_feather_m0 --board=adafruit_feather_m4 --board=huzzah --board=featheresp32 --board=esp32-c3-devkitm-1 --board=esp32-s3-devkitm-1 --project-option="lib_deps=greygnome/EnableInterrupt@^1.1.0"
39+
run: pio ci --board=mayfly --board=uno --board=megaatmega2560 --board=leonardo --board=zeroUSB --board=feather328p --board=feather32u4 --board=adafruit_feather_m0 --board=adafruit_feather_m4 --lib="." --project-option="lib_deps=greygnome/EnableInterrupt@^1.1.0"

0 commit comments

Comments
 (0)