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.
1 parent 47015d7 commit 54cc9abCopy full SHA for 54cc9ab
.github/workflows/build.yml
@@ -464,7 +464,7 @@ jobs:
464
id: idf-cache
465
with:
466
path: ${{ github.workspace }}/.idf_tools
467
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
468
- name: Clone IDF submodules
469
run: |
470
(cd $IDF_PATH && git submodule update --init)
0 commit comments