Skip to content

install slc

install slc #7

Workflow file for this run

name: Build Examples
on:
push:
pull_request:
jobs:
thread_build:
name: EFR32 Thread
runs-on: silabs-internal
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'true'
- 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