Skip to content

Commit 0be5cbb

Browse files
authored
Bump ESP-IDF cache key
Builds are failing with current cache
1 parent dfdd6b0 commit 0be5cbb

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
@@ -489,7 +489,7 @@ jobs:
489489
id: idf-cache
490490
with:
491491
path: ${{ github.workspace }}/.idf_tools
492-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210304
492+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210415
493493
- name: Clone IDF submodules
494494
run: |
495495
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)