Skip to content

Commit b126810

Browse files
committed
change esp build cache key (again)
1 parent 68552e9 commit b126810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
id: idf-cache
476476
with:
477477
path: ${{ github.workspace }}/.idf_tools
478-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210303
478+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210304
479479
- name: Clone IDF submodules
480480
run: |
481481
(cd $IDF_PATH && git submodule update --init)

lib/tinyusb

Submodule tinyusb updated 218 files

0 commit comments

Comments
 (0)