Skip to content

Commit d74097c

Browse files
committed
update github actions cache key for xtensa build
1 parent 1f6cd49 commit d74097c

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') }}-20210114
467+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210122
468468
- name: Clone IDF submodules
469469
run: |
470470
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)