From a01a0cb517cccb815690ba0f8076abafad065cea Mon Sep 17 00:00:00 2001 From: Giacomo Dematteis Date: Mon, 14 Oct 2024 16:52:10 +0200 Subject: [PATCH] workflows: build: add west blobs hal_nordic Add west blob command to fetch hal_nordic. Signed-off-by: Giacomo Dematteis --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b2ca41b..f48529d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ jobs: west config manifest.group-filter +bsec west config build.sysbuild True west update -o=--depth=1 -n + west blobs fetch hal_nordic - name: Install dependencies run: |