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 eea01c3 + 51bed1e commit 285eb71Copy full SHA for 285eb71
.github/workflows/build.yml
@@ -389,9 +389,8 @@ jobs:
389
id: idf-cache
390
with:
391
path: ${{ github.workspace }}/.idf_tools
392
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523
393
- name: Install IDF tools
394
- if: steps.idf-cache.outputs.cache-hit != 'true'
395
run: |
396
$IDF_PATH/tools/idf_tools.py --non-interactive install required
397
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake
0 commit comments