Skip to content

Commit

Permalink
install slc
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Sep 12, 2024
1 parent 0c0eb2b commit 2369ef2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@ jobs:
submodules: 'true'
token: ${{ secrets.GITHUB_TOKEN }}


- name: Install SLC
run: |
wget https://www.silabs.com/documents/login/software/slc_cli_linux.zip
unzip ./slc_cli_linux.zip -d /tmp
rm ./slc_cli_linux.zip
- name: Build
run: ./slc/build.sh slc/sample-app/lighting-app/efr32/lighting-app-thread.slcp brd4187c

0 comments on commit 2369ef2

Please sign in to comment.