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 19a7084
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -26,6 +26,10 @@ jobs:
with:
python-version: 3.11

- name: Fetch blobs
run: |
west blobs fetch
- name: Setup Zephyr project
uses: zephyrproject-rtos/action-zephyr-setup@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
python-version: 3.11

- name: Fetch blobs
run: |
west blobs fetch
- name: Install Silabs-specific python dependencies
run: |
pip3 install crc
Expand Down

0 comments on commit 19a7084

Please sign in to comment.