Merge pull request #2947 from jepler/disable-idf-cache
actions: Don't skip trying to (re)install idf tools
This commit is contained in:
commit
285eb71db6
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -389,9 +389,8 @@ 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/esp32s2/esp-idf/HEAD') }}
|
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523
|
||||||
- name: Install IDF tools
|
- name: Install IDF tools
|
||||||
if: steps.idf-cache.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
run: |
|
||||||
$IDF_PATH/tools/idf_tools.py --non-interactive install required
|
$IDF_PATH/tools/idf_tools.py --non-interactive install required
|
||||||
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake
|
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user