Skip to content

Commit 8e8eb4d

Browse files
committed
ci: Fix RIOT port build
RIOT reordered examples fodler structure.
1 parent 217e7ff commit 8e8eb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_ports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
rm RIOT/pkg/nimble/patches/ -rf
5252
sed -i 's|PKG_URL.*|PKG_URL = '$(pwd)'|' RIOT/pkg/nimble/Makefile
5353
sed -i 's|PKG_VERSION.*|PKG_VERSION = '${{ github.sha }}'|' RIOT/pkg/nimble/Makefile
54-
make -C RIOT/examples/nimble_gatt
54+
make -C RIOT/examples/networking/ble/nimble/nimble_gatt
5555
- name: Build Nuttx port
5656
shell: bash
5757
if: success() || failure()

0 commit comments

Comments
 (0)