[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/ tools/
zephyr/ zephyr/
bootloader/ 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: | restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build- ${{ runner.os }}-build-