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 47015d7 + 54cc9ab commit 90a6581Copy full SHA for 90a6581
.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