We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4f4d commit 042e31fCopy full SHA for 042e31f
.github/workflows/arduino-ci.yml
@@ -33,7 +33,8 @@ jobs:
33
- "esp32:esp32:esp32c3"
34
nimble:
35
- false
36
- - true
+ - '1.4.0'
37
+ - '2.3.2'
38
fail-fast: false
39
40
steps:
@@ -46,7 +47,7 @@ jobs:
46
47
- examples/SerialToSerialBLE
48
libraries: |
49
- source-path: ./
- - name: NimBLE-Arduino
50
+ ${{ matrix.nimble != false && format('- name: NimBLE-Arduino@{0}', matrix.nimble) || '' }}
51
cli-compile-flags: |
52
- --build-property
- - build.extra_flags="-DBLESERIAL_USE_NIMBLE=${{ matrix.nimble }}"
53
+ - build.extra_flags="-DBLESERIAL_USE_NIMBLE=${{ matrix.nimble != false }}"
0 commit comments