diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-03 14:04:56 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-03 14:04:56 -0500 |
| commit | d6836047a8e92b2d4bd97e60affc2471a3600024 (patch) | |
| tree | faabe600c5bb16ca5e2a7a83f96b4d098afedcf0 | |
| parent | cd48c5ee8317fb94fed1fd6c430ab83d1b487ac9 (diff) | |
force a new idf-cache id to fix build issues
| -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 a7d0f8a98..9a3f1a8d2 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') }}-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) |
