Merge pull request #4618 from adafruit/tannewt-patch-2

Bump ESP-IDF cache key
This commit is contained in:
Scott Shawcroft 2021-04-15 15:34:11 -07:00 committed by GitHub
commit 00f9891cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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