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 1f6cd49 commit d74097cCopy full SHA for d74097c
.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') }}-20210114
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210122
468
- name: Clone IDF submodules
469
run: |
470
(cd $IDF_PATH && git submodule update --init)
0 commit comments