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 259e560 commit c3539f0Copy full SHA for c3539f0
.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