diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-04 15:22:56 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-04 15:22:56 -0500 |
| commit | b1268107af48dce7a1406ebed22790fee65f506b (patch) | |
| tree | b008dffa8a12091a2d9ca53e708abc6923499e5c /.github | |
| parent | 68552e90e8602ac9eb6218bd7bd3a5bfd93ebed5 (diff) | |
change esp build cache key (again)
Diffstat (limited to '.github')
| -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 9a3f1a8d2..7fa2953b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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') }}-20210303 + key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210304 - name: Clone IDF submodules run: | (cd $IDF_PATH && git submodule update --init) |
