bump xtensa cache id

This commit is contained in:
Dan Halbert 2021-05-18 22:33:29 -04:00
parent ef4993a7a6
commit 6d6089f4c2

View File

@ -482,7 +482,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') }}-20210518
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)