summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHosted Weblate <hosted@weblate.org>2021-03-03 22:28:32 +0100
committerHosted Weblate <hosted@weblate.org>2021-03-03 22:28:32 +0100
commit3babdf7c7ee8d56f9079891de18416b31ac3969c (patch)
treec0d7bc810375f864fb9673b37c839df625980d1d
parentac308872d678a49437bcb8e68bcae5eadaac81c9 (diff)
parentc5feceeafc14c4702421689442b13159820a9153 (diff)
Merge remote-tracking branch 'origin/main' into main
-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 a7d0f8a98..9a3f1a8d2 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') }}-20210128
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210303
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)