Skip to content

Commit 285eb71

Browse files
authored
Merge pull request #2947 from jepler/disable-idf-cache
actions: Don't skip trying to (re)install idf tools
2 parents eea01c3 + 51bed1e commit 285eb71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,8 @@ jobs:
389389
id: idf-cache
390390
with:
391391
path: ${{ github.workspace }}/.idf_tools
392-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}
392+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523
393393
- name: Install IDF tools
394-
if: steps.idf-cache.outputs.cache-hit != 'true'
395394
run: |
396395
$IDF_PATH/tools/idf_tools.py --non-interactive install required
397396
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake

0 commit comments

Comments
 (0)