From abd16e61863f2e4cba60ba7b847cbcd242582fa0 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 8 May 2023 16:04:27 +0200 Subject: [PATCH] ci: Download external nrfx repository In long term we should think on better mechanism for syncing core and nimble requirements in CI. --- .github/workflows/build_targets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_targets.yml b/.github/workflows/build_targets.yml index ec7c1ac70..235a8c284 100644 --- a/.github/workflows/build_targets.yml +++ b/.github/workflows/build_targets.yml @@ -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: |