Compare commits
No commits in common. "b6059a03368d55d5543362309d03322b54df53bb" and "dbc707eca2b2b1139e9eb115ea743afd5e0e628b" have entirely different histories.
b6059a0336
...
dbc707eca2
@ -18,12 +18,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: https://gitea.com/actions/go-hashfiles
|
||||
id: hash-west
|
||||
with:
|
||||
patterns: |-
|
||||
app/west.yml
|
||||
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
@ -34,7 +28,7 @@ jobs:
|
||||
tools/
|
||||
zephyr/
|
||||
bootloader/
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ steps.hash-west.outputs.hash }}
|
||||
key: "${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}"
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
${{ runner.os }}-build-
|
||||
|
Loading…
x
Reference in New Issue
Block a user