From d3e5f66fc19c15accd684d397b8e25823e431b47 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Fri, 8 Sep 2023 17:13:18 -0700 Subject: [PATCH] CI: fix aarch64 cache (#29857) was not passed in --- .github/workflows/selfdrive_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 05400a0a50..6ac43e310f 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.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: