update xtensa cache key

This commit is contained in:
Dan Halbert 2021-05-13 16:36:36 -04:00
parent 89c412e7f6
commit c605b8e068

View File

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