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 f1b5249 commit c931c84Copy full SHA for c931c84
.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') }}-20210304
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210422
486
- name: Clone IDF submodules
487
run: |
488
(cd $IDF_PATH && git submodule update --init)
0 commit comments