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 1e2d0a4 commit bad80efCopy full SHA for bad80ef
.github/workflows/build.yml
@@ -523,7 +523,7 @@ jobs:
523
path: ${{ github.workspace }}/.idf_tools
524
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-${{ steps.py3.outputs.python-path }}-20220404
525
- name: Clone IDF submodules
526
- run: git submodule update --init $IDF_PATH
+ run: cd $IDF_PATH && git submodule update --init --depth=1
527
env:
528
IDF_PATH: ${{ github.workspace }}/ports/espressif/esp-idf
529
- name: Install IDF tools
0 commit comments