bump xtensa cache timestamp again

This commit is contained in:
Jeff Epler 2021-03-04 15:52:31 -06:00
parent c9dea3d72d
commit 2ab13d6d1e
1 changed files with 1 additions and 1 deletions

View File

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