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 7294c5f + 8ed7910 commit 0aa73daCopy full SHA for 0aa73da
.github/workflows/build.yml
@@ -382,6 +382,7 @@ jobs:
382
if: ${{ needs.test.outputs.boards-espressif != '[]' }}
383
steps:
384
- name: Set up Python 3
385
+ id: py3
386
uses: actions/setup-python@v2
387
with:
388
python-version: "3.x"
@@ -400,7 +401,7 @@ jobs:
400
401
id: idf-cache
402
403
path: ${{ github.workspace }}/.idf_tools
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20220404
404
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-${{ steps.py3.outputs.python-path }}-20220404
405
- name: Clone IDF submodules
406
run: |
407
(cd $IDF_PATH && git submodule update --init)
0 commit comments