Skip to content

Commit 4860e0c

Browse files
committed
change esp-idf cache tag
1 parent 1771858 commit 4860e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
id: idf-cache
422422
with:
423423
path: ${{ github.workspace }}/.idf_tools
424-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523
424+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
425425
- name: Install IDF tools
426426
run: |
427427
$IDF_PATH/tools/idf_tools.py --non-interactive install required

0 commit comments

Comments
 (0)