Skip to content

using proper package #45

using proper package

using proper package #45

Workflow file for this run

name: Build Examples
on:
push:
pull_request:
jobs:
thread_build:
name: EFR32 Thread
runs-on: silabs-internal
container:
image: ghcr.io/siliconlabssoftware/simplicity_sdk_matter
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
- name: Add safe directory
run: git config --global --add safe.directory /__w/matter_extension/matter_extension/third_party/QR-Code-generator
- name: Checkout
uses: actions/checkout@v4
with:

Check failure on line 24 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 24
submodules: 'true'
# - name: Jfrog CLI setup
# uses: jfrog/setup-jfrog-cli@v4
# with:
# version: latest
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
id: arm-none-eabi-gcc-action
with:
release: '12.2.Rel1'
- name: Install ZAP
run: |
wget /~https://github.com/project-chip/zap/releases/download/v2024.08.27/zap-linux-x64.zip
unzip zap-linux-x64.zip -d /opt/silabs/zap-linux-x64
rm zap-linux-x64.zip
- run: pwd
- run: ls
- name: Build
run: |
export ARM_GCC_DIR=${{ steps.arm-none-eabi-gcc-action.outputs.path }}/..
export STUDIO_ADAPTER_PACK_PATH=/opt/silabs/zap-linux-x64
./slc/build.sh slc/sample-app/lighting-app/efr32/lighting-app-thread.slcp brd4187c