Skip to content

Commit e8a29ec

Browse files
authored
Merge pull request #3358 from jepler/esp-idf-submodules
actions: Clone the esp-idf submodules ourselves
2 parents 877a4f4 + ef8cde9 commit e8a29ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@ jobs:
433433
with:
434434
path: ${{ github.workspace }}/.idf_tools
435435
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
436441
- name: Install IDF tools
437442
run: |
438443
$IDF_PATH/tools/idf_tools.py --non-interactive install required

0 commit comments

Comments
 (0)