Skip to content

Commit

Permalink
Build contact sensor app on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 22, 2023
1 parent 7cb57a0 commit 8ef680e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:0.6.35
image: connectedhomeip/chip-build:0.6.40
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down Expand Up @@ -212,7 +212,12 @@ jobs:
linux debug lock-app \
out/linux-x64-lock/chip-lock-app \
/tmp/bloat_reports/
- name: Build example contact sensor with UI
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-contact-sensor-no-ble-with-ui \
build"
- name: Uploading Size Reports
uses: actions/upload-artifact@v3
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 8ef680e

Please sign in to comment.