summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-01-22 03:54:51 -0500
committerDan Halbert <halbert@halwitz.org>2021-01-22 03:54:51 -0500
commitd74097c8a700ec4711e89ee8b291ded036a4f607 (patch)
tree4dff8fd3d222d729567e7b6cffd3c53c553f6528 /.github/workflows
parent1f6cd496c7b547d7ec25b11184c9dda25de1d541 (diff)
update github actions cache key for xtensa build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0b2a9058f..ce2627bc2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -464,7 +464,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210122
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)