| 1234567891011121314151617 |
- name: Bootstrap cache
- description: Bootstrap cache
- runs:
- using: "composite"
- steps:
- - uses: Wandalen/wretry.action@v1.3.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/*', 'third_party/pigweed/**') }}
- path: |
- .environment
- build_overrides/pigweed_environment.gni
|