We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68552e9 commit b126810Copy full SHA for b126810
.github/workflows/build.yml
@@ -475,7 +475,7 @@ jobs:
475
id: idf-cache
476
with:
477
path: ${{ github.workspace }}/.idf_tools
478
- key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210303
+ key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210304
479
- name: Clone IDF submodules
480
run: |
481
(cd $IDF_PATH && git submodule update --init)
lib/tinyusb
0 commit comments