8000 change extensa github actions cache key to avoid bad cache · kmatch98/circuitpython@54cc9ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 54cc9ab

Browse files
committed
change extensa github actions cache key to avoid bad cache
1 parent 47015d7 commit 54cc9ab

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
@@ -464,7 +464,7 @@ jobs:
464464
id: idf-cache
465465
with:
466466
path: ${{ github.workspace }}/.idf_tools
467-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
467+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
468468
- name: Clone IDF submodules
469469
run: |
470470
(cd $IDF_PATH && git submodule update --init)

0 commit comments

Comments
 (0)
0