Skip to content

Commit d683604

Browse files
committed
force a new idf-cache id to fix build issues
1 parent cd48c5e commit d683604

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
@@ -475,7 +475,7 @@ jobs:
475475
id: idf-cache
476476
with:
477477
path: ${{ github.workspace }}/.idf_tools
478-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210128
478+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210303
479479
- name: Clone IDF submodules
480480
run: |
481481
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)