ci: Fix build due to nrfx update

We should move to using "newt upgrade" eventually.
This commit is contained in:
Szymon Janc
2023-08-04 14:08:42 +02:00
parent 99e6c0e8fa
commit 68447ea14d
+1 -1
View File
@@ -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: |