Skip to content

Commit 39edb32

Browse files
committed
Update build workflow - remove IDF v4.x builds
1 parent e795296 commit 39edb32

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
example:
2424
- NimBLE_Client
2525
- NimBLE_Server
26-
- NimBLE_Stream_Client
27-
- NimBLE_Stream_Server
28-
- NimBLE_Stream_Echo
2926
- Bluetooth_5/NimBLE_extended_client
3027
- Bluetooth_5/NimBLE_extended_server
3128
exclude:
@@ -68,7 +65,7 @@ jobs:
6865
build_docs:
6966
runs-on: ubuntu-latest
7067
steps:
71-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
7269
- name: Doxygen Action
7370
uses: mattnotmitt/doxygen-action@v1.9.8
7471
with:

0 commit comments

Comments
 (0)