diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-08-01 13:21:20 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-08-01 13:21:20 -0400 |
| commit | 4860e0cf629a285685e2bc633c747d08925c83c2 (patch) | |
| tree | f97a22835936bf9ad9b5fa534921eeef0ed0e7bd /.github | |
| parent | 1771858f4a480647e3c4a46f61b2b245dc4e57e6 (diff) | |
change esp-idf cache tag
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 0f204556a..feb6a7f63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -421,7 +421,7 @@ jobs: id: idf-cache with: path: ${{ github.workspace }}/.idf_tools - key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523 + key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801 - name: Install IDF tools run: | $IDF_PATH/tools/idf_tools.py --non-interactive install required |
