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.
2 parents 4521978 + 9d4c880 commit a18b0bcCopy full SHA for a18b0bc
.github/workflows/build.yml
@@ -382,7 +382,7 @@ jobs:
382
id: idf-cache
383
with:
384
path: ${{ github.workspace }}/.idf_tools
385
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210716
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210923
386
- name: Clone IDF submodules
387
run: |
388
(cd $IDF_PATH && git submodule update --init)
0 commit comments