Skip to content

Commit a18b0bc

Browse files
authored
Merge pull request #5386 from microDev1/patch
CI: Bump esp-idf cache key
2 parents 4521978 + 9d4c880 commit a18b0bc

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
@@ -382,7 +382,7 @@ jobs:
382382
id: idf-cache
383383
with:
384384
path: ${{ github.workspace }}/.idf_tools
385-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210716
385+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210923
386386
- name: Clone IDF submodules
387387
run: |
388388
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)