action.yaml 499 B

1234567891011121314151617
  1. name: Bootstrap cache
  2. description: Bootstrap cache
  3. runs:
  4. using: "composite"
  5. steps:
  6. - uses: Wandalen/wretry.action@v1.3.0
  7. name: Bootstrap cache
  8. continue-on-error: true
  9. with:
  10. action: buildjet/cache@v3
  11. attempt_limit: 3
  12. attempt_delay: 2000
  13. with: |
  14. key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
  15. path: |
  16. .environment
  17. build_overrides/pigweed_environment.gni