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.
2 parents 877a4f4 + ef8cde9 commit e8a29ecCopy full SHA for e8a29ec
.github/workflows/build.yml
@@ -433,6 +433,11 @@ jobs:
433
with:
434
path: ${{ github.workspace }}/.idf_tools
435
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
436
+ - name: Clone IDF submodules
437
+ run: |
438
+ (cd $IDF_PATH && git submodule update --init)
439
+ env:
440
+ IDF_PATH: ${{ github.workspace }}/ports/esp32s2/esp-idf
441
- name: Install IDF tools
442
run: |
443
$IDF_PATH/tools/idf_tools.py --non-interactive install required
0 commit comments