summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-01-14 11:04:36 -0500
committerDan Halbert <halbert@halwitz.org>2021-01-14 11:04:36 -0500
commitb05c6bac21dedafd60d0a81ea6c6b68c313a57b2 (patch)
tree8488a9647ca071b2ebb9c3bbb64e33344d040152
parentccace62ac955bfffa3d8fc6a48e8c3953343a7bc (diff)
change extensa github actions cache key to avoid bad cache
-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 9899972eb..9dde06f70 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') }}-20200801
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)