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 dfdd6b0 commit 0be5cbbCopy full SHA for 0be5cbb
.github/workflows/build.yml
@@ -489,7 +489,7 @@ jobs:
489
id: idf-cache
490
with:
491
path: ${{ github.workspace }}/.idf_tools
492
- 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') }}-20210415
493
- name: Clone IDF submodules
494
run: |
495
(cd $IDF_PATH && git submodule update --init)
0 commit comments