Skip to content

Commit

Permalink
Update action.yml - use --remote for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Jun 10, 2024
1 parent 6acc17c commit 17e6c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deps/ports/espressif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:
git config --list --show-origin
echo Global Git config:
git config --global --list --show-origin || true
GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_TRACE_SETUP=1 GIT_TRACE_SHALLOW=1 git submodule update --init --depth=1 -v -v --recursive $IDF_PATH
GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_TRACE_SETUP=1 GIT_TRACE_SHALLOW=1 git submodule update --init --remote --depth=1 -v -v --recursive $IDF_PATH
shell: bash

0 comments on commit 17e6c3f

Please sign in to comment.