Skip to content

Commit 11b5873

Browse files
committed
Update idf key.
1 parent c21e161 commit 11b5873

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)