We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812aa06 commit fae734fCopy full SHA for fae734f
.github/workflows/apple-perf.yml
@@ -353,7 +353,7 @@ jobs:
353
with:
354
runner: macos-latest-xlarge
355
python-version: '3.11'
356
- submodules: 'true'
+ submodules: 'recursive'
357
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
358
upload-artifact: ios-apps
359
secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD
0 commit comments