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 b29b7bf commit 70add52Copy full SHA for 70add52
.github/workflows/build.yml
@@ -400,7 +400,7 @@ jobs:
400
id: idf-cache
401
with:
402
path: ${{ github.workspace }}/.idf_tools
403
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210923
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20220404
404
- name: Clone IDF submodules
405
run: |
406
(cd $IDF_PATH && git submodule update --init)
0 commit comments