diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-26 13:09:57 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-26 13:09:57 -0700 |
| commit | 2ffd70417d4fdbfcf86049d8ceef9901d1159945 (patch) | |
| tree | 3844dfce2a89c968ce8b30be08e18ec4b160cd0d /.github | |
| parent | 3bb6a32a2078452d3278b185a15721391d78a9db (diff) | |
| parent | 19f0d82048560e861df598190c642095307f21b2 (diff) | |
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6eb55ed12..aae0a6057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,6 +184,7 @@ jobs: - "grandcentral_m4_express" - "hallowing_m0_express" - "hallowing_m4_express" + - "hiibot_bluefi" - "imxrt1010_evk" - "imxrt1020_evk" - "imxrt1060_evk" @@ -389,9 +390,8 @@ jobs: id: idf-cache with: path: ${{ github.workspace }}/.idf_tools - key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }} + key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523 - name: Install IDF tools - if: steps.idf-cache.outputs.cache-hit != 'true' run: | $IDF_PATH/tools/idf_tools.py --non-interactive install required $IDF_PATH/tools/idf_tools.py --non-interactive install cmake |
