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 3cc4f25 commit 9d4c880Copy full SHA for 9d4c880
.github/workflows/build.yml
@@ -348,7 +348,7 @@ jobs:
348
id: idf-cache
349
with:
350
path: ${{ github.workspace }}/.idf_tools
351
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210716
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210923
352
- name: Clone IDF submodules
353
run: |
354
(cd $IDF_PATH && git submodule update --init)
0 commit comments