Skip to content

Commit e958757

Browse files
committed
fix xtensa cache key
1 parent e785ddf commit e958757

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
@@ -531,7 +531,7 @@ jobs:
531531
id: idf-cache
532532
with:
533533
path: ${{ github.workspace }}/.idf_tools
534-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
534+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210716
535535
- name: Clone IDF submodules
536536
run: |
537537
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)