CI: fix aarch64 cache (#29857)

was not passed in
pull/29826/head^2
Justin Newberry 2 years ago committed by GitHub
parent 9cc00c2101
commit d3e5f66fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -77,6 +77,8 @@ jobs:
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
with:
cache_key_prefix: scons_${{ matrix.arch }}
- uses: ./.github/workflows/compile-openpilot
timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 15 || 30) }} # allow more time when we missed the scons cache
with:

Loading…
Cancel
Save