Skip to content

Commit dbd5b7d

Browse files
authored
Change xtensa cache key
again, we need to stop using a bad cache for ESP32-S2 builds
1 parent b0f7fd9 commit dbd5b7d

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

0 commit comments

Comments
 (0)