Merge pull request #4318 from dhalbert/update-idf-cache-id

force a new idf-cache id to fix build issues
This commit is contained in:
Jeff Epler 2021-03-03 15:28:25 -06:00 committed by GitHub
commit c5feceeafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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') }}-20210128
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210303
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)