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 ef4993a commit 6d6089fCopy full SHA for 6d6089f
.github/workflows/build.yml
@@ -482,7 +482,7 @@ jobs:
482
id: idf-cache
483
with:
484
path: ${{ github.workspace }}/.idf_tools
485
- 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') }}-20210518
486
- name: Clone IDF submodules
487
run: |
488
(cd $IDF_PATH && git submodule update --init)
0 commit comments