diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-01-21 07:29:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 07:29:54 -0500 |
| commit | dbd5b7d9f021487a1e45fd238c068b082a4e3f8d (patch) | |
| tree | a3922b12cbc0c0bf17a94c345c1ff1d079e338e6 /.github/workflows | |
| parent | b0f7fd933f82c3d8d0dac63978a622114019468c (diff) | |
Change xtensa cache key
again, we need to stop using a bad cache for ESP32-S2 builds
Diffstat (limited to '.github/workflows')
| -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 abde2da0b..cc5ad4f7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -467,7 +467,7 @@ jobs: id: idf-cache with: path: ${{ github.workspace }}/.idf_tools - key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114 + key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210121 - name: Clone IDF submodules run: | (cd $IDF_PATH && git submodule update --init) |
