Skip to content

Commit 738ce45

Browse files
committed
Use docker image
1 parent ee8ddec commit 738ce45

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-size-reports/action.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ runs:
1212
name: Set up environment for size reports
1313
env:
1414
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
15+
run: scripts/memory/gh_sizes_environment.py "${GH_CONTEXT}"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
build_and_run_size_report:
1919
runs-on: ubuntu-latest
2020

21+
container:
22+
image: ghcr.io/project-chip/chip-build:169
23+
2124
steps:
2225
- name: Rust
2326
uses: dtolnay/rust-toolchain@v1

0 commit comments

Comments
 (0)