summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2021-03-04 15:52:31 -0600
committerJeff Epler <jepler@unpythonic.net>2021-03-04 15:52:31 -0600
commit2ab13d6d1ee7dfde93c3fe164d09cbd91b7e68f8 (patch)
tree1ab875813addd9a6b5c3aef66a6f5fd816dfc4f4
parentc9dea3d72deac11309987654b0751b8cf07cbf57 (diff)
bump xtensa cache timestamp again
-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 9a3f1a8d2..7fa2953b3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -475,7 +475,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210303
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210304
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)