Compare commits
2 Commits
dbc707eca2
...
b6059a0336
Author | SHA1 | Date | |
---|---|---|---|
b6059a0336 | |||
d6afe8ca16 |
@ -18,6 +18,12 @@ 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:
|
||||
@ -28,7 +34,7 @@ jobs:
|
||||
tools/
|
||||
zephyr/
|
||||
bootloader/
|
||||
key: "${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}"
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ steps.hash-west.outputs.hash }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
${{ runner.os }}-build-
|
||||
|
Loading…
x
Reference in New Issue
Block a user