Skip to content

Commit fcea815

Browse files
committed
Add missing build flag
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent bb4db2b commit fcea815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_examples.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
if: matrix.example == 'examples/j_external_pcint_library/'
8080
env:
8181
PLATFORMIO_CI_SRC: ${{ matrix.example }}
82+
PLATFORMIO_BUILD_FLAGS: -DSDI12_EXTERNAL_PCINT
8283
run: |
8384
echo "${{ env.LIBRARY_INSTALL_SOURCE }}"
8485
pio lib --global install ${{ env.LIBRARY_INSTALL_SOURCE }}

0 commit comments

Comments
 (0)