We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4db2b commit fcea815Copy full SHA for fcea815
.github/workflows/build_examples.yaml
@@ -79,6 +79,7 @@ jobs:
79
if: matrix.example == 'examples/j_external_pcint_library/'
80
env:
81
PLATFORMIO_CI_SRC: ${{ matrix.example }}
82
+ PLATFORMIO_BUILD_FLAGS: -DSDI12_EXTERNAL_PCINT
83
run: |
84
echo "${{ env.LIBRARY_INSTALL_SOURCE }}"
85
pio lib --global install ${{ env.LIBRARY_INSTALL_SOURCE }}
0 commit comments