Revert "[CI] simplify cache step"

This reverts commit e17b5743ec.
This commit is contained in:
Marius Alwan Meyer 2023-07-19 17:38:47 +02:00
parent e17b5743ec
commit 4c1391fd18

View File

@ -28,7 +28,11 @@ jobs:
tools/ tools/
zephyr/ zephyr/
bootloader/ bootloader/
key: ${{ hashFiles('app/west.yml') }} key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
timeout-minutes: 2 timeout-minutes: 2
continue-on-error: true continue-on-error: true