summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-01-21 07:29:54 -0500
committerGitHub <noreply@github.com>2021-01-21 07:29:54 -0500
commitdbd5b7d9f021487a1e45fd238c068b082a4e3f8d (patch)
treea3922b12cbc0c0bf17a94c345c1ff1d079e338e6 /.github/workflows
parentb0f7fd933f82c3d8d0dac63978a622114019468c (diff)
Change xtensa cache key
again, we need to stop using a bad cache for ESP32-S2 builds
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 abde2da0b..cc5ad4f7b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -467,7 +467,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') }}-20210121
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)