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 df5e7df commit 2f545d6Copy full SHA for 2f545d6
.github/workflows/trunk.yml
@@ -701,7 +701,7 @@ jobs:
701
with:
702
runner: linux.2xlarge
703
docker-image: executorch-ubuntu-22.04-clang12
704
- submodules: 'true'
+ submodules: 'recursive'
705
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
706
timeout: 90
707
script: |
0 commit comments