From 68447ea14d4b5b9aa5cb2fb103db9084186a18e7 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 4 Aug 2023 13:17:29 +0200 Subject: [PATCH] ci: Fix build due to nrfx update We should move to using "newt upgrade" eventually. --- .github/workflows/build_targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_targets.yml b/.github/workflows/build_targets.yml index 235a8c284..3112cac80 100644 --- a/.github/workflows/build_targets.yml +++ b/.github/workflows/build_targets.yml @@ -54,7 +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 + git clone --depth=1 https://github.com/NordicSemiconductor/nrfx --branch v2.11.0 repos/nordic-nrfx - name: Build targets shell: bash run: |