update tag on esp-idf cache to fix failed build

This commit is contained in:
Jeff Epler 2021-04-12 10:04:54 -05:00
parent 218cb26da1
commit 05d60b9a15

View file

@ -97,7 +97,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/lib/esp-idf/HEAD') }}-20201222
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/lib/esp-idf/HEAD') }}-20210412
- name: Install IDF tools
if: steps.idf-cache.outputs.cache-hit != 'true'