summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2021-01-15 12:02:16 -0500
committerLucian Copeland <hierophect@gmail.com>2021-01-15 12:02:16 -0500
commit4bc664fe5f3d1b78114ee4f59d44c201b225962b (patch)
tree77f8283a87bf35d4f2a07d184aadabac47ec5dc1 /.github/workflows
parent287770f8854ea20120f544e5d7aac55d2e980cba (diff)
parentc4f0325ff83239e3736859846912e0b5cc0c6392 (diff)
Merge remote-tracking branch 'upstream/main' into esp-tcpserver
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9899972eb..0b2a9058f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -176,7 +176,7 @@ jobs:
board:
- "8086_commander"
- "ADM_B_NRF52840_1"
- - "TG-Watch02A"
+ - "TG-Watch"
- "aloriumtech_evo_m51"
- "aramcon_badge_2019"
- "arduino_mkr1300"
@@ -464,7 +464,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210114
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)