update github actions cache key for xtensa build
This commit is contained in:
parent
1f6cd496c7
commit
d74097c8a7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -464,7 +464,7 @@ jobs:
|
||||
id: idf-cache
|
||||
with:
|
||||
path: ${{ github.workspace }}/.idf_tools
|
||||
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
|
||||
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210122
|
||||
- name: Clone IDF submodules
|
||||
run: |
|
||||
(cd $IDF_PATH && git submodule update --init)
|
||||
|
Loading…
x
Reference in New Issue
Block a user