We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac30887 + c5fecee commit 3babdf7Copy full SHA for 3babdf7
.github/workflows/build.yml
@@ -475,7 +475,7 @@ jobs:
475
id: idf-cache
476
with:
477
path: ${{ github.workspace }}/.idf_tools
478
- 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
479
- name: Clone IDF submodules
480
run: |
481
(cd $IDF_PATH && git submodule update --init)
0 commit comments