summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2021-03-03 15:28:25 -0600
committerGitHub <noreply@github.com>2021-03-03 15:28:25 -0600
commitc5feceeafc14c4702421689442b13159820a9153 (patch)
treefaabe600c5bb16ca5e2a7a83f96b4d098afedcf0
parentcd48c5ee8317fb94fed1fd6c430ab83d1b487ac9 (diff)
parentd6836047a8e92b2d4bd97e60affc2471a3600024 (diff)
Merge pull request #4318 from dhalbert/update-idf-cache-id
force a new idf-cache id to fix build issues
-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)