Change xtensa cache key
again, we need to stop using a bad cache for ESP32-S2 builds
This commit is contained in:
parent
b0f7fd933f
commit
dbd5b7d9f0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -467,7 +467,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') }}-20210121
|
||||
- name: Clone IDF submodules
|
||||
run: |
|
||||
(cd $IDF_PATH && git submodule update --init)
|
||||
|
Loading…
x
Reference in New Issue
Block a user