diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-14 11:04:36 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-14 11:04:36 -0500 |
| commit | b05c6bac21dedafd60d0a81ea6c6b68c313a57b2 (patch) | |
| tree | 8488a9647ca071b2ebb9c3bbb64e33344d040152 | |
| parent | ccace62ac955bfffa3d8fc6a48e8c3953343a7bc (diff) | |
change extensa github actions cache key to avoid bad cache
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9899972eb..9dde06f70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -464,7 +464,7 @@ jobs: id: idf-cache with: path: ${{ github.workspace }}/.idf_tools - key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801 + key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114 - name: Clone IDF submodules run: | (cd $IDF_PATH && git submodule update --init) |
