We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217e7ff commit 8e8eb4dCopy full SHA for 8e8eb4d
1 file changed
.github/workflows/build_ports.yml
@@ -51,7 +51,7 @@ jobs:
51
rm RIOT/pkg/nimble/patches/ -rf
52
sed -i 's|PKG_URL.*|PKG_URL = '$(pwd)'|' RIOT/pkg/nimble/Makefile
53
sed -i 's|PKG_VERSION.*|PKG_VERSION = '${{ github.sha }}'|' RIOT/pkg/nimble/Makefile
54
- make -C RIOT/examples/nimble_gatt
+ make -C RIOT/examples/networking/ble/nimble/nimble_gatt
55
- name: Build Nuttx port
56
shell: bash
57
if: success() || failure()
0 commit comments