This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 68447ea1 ci: Fix build due to nrfx update
68447ea1 is described below

commit 68447ea14d4b5b9aa5cb2fb103db9084186a18e7
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Aug 4 13:17:29 2023 +0200

    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 235a8c28..3112cac8 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: |

Reply via email to