8000
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 89c412e commit c605b8eCopy full SHA for c605b8e
.github/workflows/build.yml
@@ -493,7 +493,7 @@ jobs:
493
id: idf-cache
494
with:
495
path: ${{ github.workspace }}/.idf_tools
496
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210422
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210513
497
- name: Clone IDF submodules
498
run: |
499
(cd $IDF_PATH && git submodule update --init)
0 commit comments