Skip to content

Commit 9d4c880

Browse files
authored
bump esp-idf cache key
1 parent 3cc4f25 commit 9d4c880

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
@@ -348,7 +348,7 @@ jobs:
348348
id: idf-cache
349349
with:
350350
path: ${{ github.workspace }}/.idf_tools
351-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210716
351+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210923
352352
- name: Clone IDF submodules
353353
run: |
354354
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)