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 1771858 commit 4860e0cCopy full SHA for 4860e0c
.github/workflows/build.yml
@@ -421,7 +421,7 @@ jobs:
421
id: idf-cache
422
with:
423
path: ${{ github.workspace }}/.idf_tools
424
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
425
- name: Install IDF tools
426
run: |
427
$IDF_PATH/tools/idf_tools.py --non-interactive install required
0 commit comments