[CI] praying again
All checks were successful
Build / Build (push) Successful in 6m19s

This commit is contained in:
Marius Alwan Meyer 2023-07-19 17:39:22 +02:00
parent 4c1391fd18
commit dbc707eca2

View File

@ -28,7 +28,7 @@ jobs:
tools/
zephyr/
bootloader/
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ 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-