Skip to content

Commit 90a6581

Browse files
authored
Merge pull request #3997 from dhalbert/change-xtensa-build-cache-key
change extensa github actions cache key to avoid bad cache
2 parents 47015d7 + 54cc9ab commit 90a6581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
id: idf-cache
465465
with:
466466
path: ${{ github.workspace }}/.idf_tools
467-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
467+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
468468
- name: Clone IDF submodules
469469
run: |
470470
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)