Skip to content

Commit 2f545d6

Browse files
committed
[nxp] trunk.yaml: download submodules recursively
1 parent df5e7df commit 2f545d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ jobs:
701701
with:
702702
runner: linux.2xlarge
703703
docker-image: executorch-ubuntu-22.04-clang12
704-
submodules: 'true'
704+
submodules: 'recursive'
705705
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
706706
timeout: 90
707707
script: |

0 commit comments

Comments
 (0)