Skip to content

Commit

Permalink
[actions] only pull required lfs files in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmnotran committed May 28, 2024
1 parent 3a08dad commit af7fdfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
with:
submodules: true

- name: Append LFS include config to GSDK .lfsconfig
run: |
git -C third_party/silabs/gecko_sdk checkout -- .lfsconfig
echo 'fetchinclude = "platform/emdrv/nvm3/lib/libnvm3_*_gcc.a,platform/radio/rail_lib/autogen/librail_release/librail_config_mgm*_gcc.a,platform/radio/rail_lib/autogen/librail_release/*efr32xg*_gcc_release.a,protocol/openthread/libs/libsl_openthread_efr32mg*x_gcc.a"' >> third_party/silabs/gecko_sdk/.lfsconfig
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit af7fdfa

Please sign in to comment.