We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8ddec commit 738ce45Copy full SHA for 738ce45
2 files changed
.github/actions/setup-size-reports/action.yaml
@@ -12,7 +12,4 @@ runs:
12
name: Set up environment for size reports
13
env:
14
GH_CONTEXT: ${{ inputs.gh-context }}
15
- with:
16
- command: scripts/memory/gh_sizes_environment.py "${GH_CONTEXT}"
17
- attempt_limit: 2
18
- attempt_delay: 2000
+ run: scripts/memory/gh_sizes_environment.py "${GH_CONTEXT}"
.github/workflows/examples-linux.yml .github/workflows/size-check.yml.github/workflows/examples-linux.yml renamed to .github/workflows/size-check.yml
@@ -18,6 +18,9 @@ jobs:
build_and_run_size_report:
19
runs-on: ubuntu-latest
20
21
+ container:
22
+ image: ghcr.io/project-chip/chip-build:169
23
+
24
steps:
25
- name: Rust
26
uses: dtolnay/rust-toolchain@v1
0 commit comments