Skip to content

Commit ee3a02a

Browse files
github: workflows: Make blobs available in the CI
Blobs are needed for all the tests related to Rail or Bluetooth on Series-2. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 5238269 commit ee3a02a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
run: |
3737
pip3 install crc
3838
39+
- name: Fetch blobs
40+
run: |
41+
west blobs fetch hal_silabs
42+
3943
- name: Build hello world
4044
working-directory: zephyr-silabs
4145
shell: bash

0 commit comments

Comments
 (0)