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 ce2dc96 commit ca6ada9Copy full SHA for ca6ada9
.github/workflows/_android.yml
@@ -14,8 +14,7 @@ jobs:
14
with:
15
runner: linux.2xlarge
16
docker-image: executorch-ubuntu-22.04-clang12-android
17
- fetch-depth: 2
18
- submodules: 'true'
+ submodules: 'recursive'
19
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
20
timeout: 90
21
upload-artifact: android-apps
0 commit comments