Skip to content

Commit

Permalink
github: workflows: Make blobs available in the CI
Browse files Browse the repository at this point in the history
Blobs are needed for all the tests related to Rail or Bluetooth on
Series-2.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Oct 14, 2024
1 parent 0877026 commit 77bb3ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: |
pip3 install crc
- name: Fetch blobs
run: |
west blobs fetch hal_silabs
- name: Build hello world
working-directory: zephyr-silabs
shell: bash
Expand Down

0 comments on commit 77bb3ad

Please sign in to comment.