Update idf key.

This commit is contained in:
Kattni Rembor 2021-07-16 14:59:30 -04:00
parent c21e16162c
commit 11b5873235
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210716
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)