Skip to content

Commit 882a0c7

Browse files
committed
Update workflow
1 parent 4b67d59 commit 882a0c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
- generic_nrf52840
7171
- adafruit_feather_nrf52840
7272
nimble_version:
73-
- release/1.4
74-
- master
73+
- release/2.3
7574
include:
7675
- example: "example/lib/examples/Bluetooth_5/NimBLE_extended_server"
7776
flags: build_flags = '-DCONFIG_BT_NIMBLE_EXT_ADV=1'
@@ -113,7 +112,7 @@ jobs:
113112
run: |
114113
cat > example/platformio.ini << EOF
115114
[env]
116-
platform = https://github.com/h2zero/platform-n-able.git@^1.0.0
115+
platform = https://github.com/h2zero/platform-n-able.git
117116
platform_packages = framework-n-able-arduino @ file://./framework
118117
framework = arduino
119118
${{ matrix.flags }}

0 commit comments

Comments
 (0)