We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e795296 commit 39edb32Copy full SHA for 39edb32
1 file changed
.github/workflows/build.yml
@@ -23,9 +23,6 @@ jobs:
23
example:
24
- NimBLE_Client
25
- NimBLE_Server
26
- - NimBLE_Stream_Client
27
- - NimBLE_Stream_Server
28
- - NimBLE_Stream_Echo
29
- Bluetooth_5/NimBLE_extended_client
30
- Bluetooth_5/NimBLE_extended_server
31
exclude:
@@ -68,7 +65,7 @@ jobs:
68
65
build_docs:
69
66
runs-on: ubuntu-latest
70
67
steps:
71
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
72
- name: Doxygen Action
73
uses: mattnotmitt/doxygen-action@v1.9.8
74
with:
0 commit comments