ci: Download external nrfx repository

In long term we should think on better mechanism for syncing core
and nimble requirements in CI.
This commit is contained in:
Szymon Janc
2023-05-08 17:15:41 +02:00
parent d1c2cf5250
commit abd16e6186
+1
View File
@@ -54,6 +54,7 @@ jobs:
git clone --depth=1 https://github.com/mcu-tools/mcuboot.git repos/mcuboot
git clone --depth=1 https://github.com/apache/mynewt-mcumgr repos/apache-mynewt-mcumgr
git clone --depth=1 https://github.com/hathach/tinyusb.git repos/tinyusb
git clone --depth=1 https://github.com/NordicSemiconductor/nrfx --branch v2.8.0 repos/nordic-nrfx
- name: Build targets
shell: bash
run: |