Merge pull request #6494 from jepler/include-py-verion-in-key
include python executable path in the idf key
This commit is contained in:
commit
0aa73da6f7
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -382,6 +382,7 @@ jobs:
|
|||||||
if: ${{ needs.test.outputs.boards-espressif != '[]' }}
|
if: ${{ needs.test.outputs.boards-espressif != '[]' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Python 3
|
- name: Set up Python 3
|
||||||
|
id: py3
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
@ -400,7 +401,7 @@ jobs:
|
|||||||
id: idf-cache
|
id: idf-cache
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/.idf_tools
|
path: ${{ github.workspace }}/.idf_tools
|
||||||
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20220404
|
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-${{ steps.py3.outputs.python-path }}-20220404
|
||||||
- name: Clone IDF submodules
|
- name: Clone IDF submodules
|
||||||
run: |
|
run: |
|
||||||
(cd $IDF_PATH && git submodule update --init)
|
(cd $IDF_PATH && git submodule update --init)
|
||||||
|
Loading…
Reference in New Issue
Block a user