| name: Bootstrap cache |
| description: Bootstrap cache (deprecated) |
| runs: |
| using: "composite" |
| steps: |
| - uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 |
| name: Bootstrap cache |
| continue-on-error: true |
| with: |
| action: buildjet/cache@v3 |
| attempt_limit: 3 |
| attempt_delay: 2000 |
| with: | |
| key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'scripts/tests/requirements.txt', 'scripts/py_matter_idl/*', 'third_party/pigweed/**', '/etc/lsb-release') }} |
| path: | |
| .environment |
| build_overrides/pigweed_environment.gni |