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 c21e161 commit 11b5873Copy full SHA for 11b5873
.github/workflows/build.yml
@@ -531,7 +531,7 @@ jobs:
531
id: idf-cache
532
with:
533
path: ${{ github.workspace }}/.idf_tools
534
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210716
535
- name: Clone IDF submodules
536
run: |
537
(cd $IDF_PATH && git submodule update --init)
0 commit comments