Skip to content

Commit fae734f

Browse files
authored
Pull submodules recursively for Benchmark app on CI (#9212)
1 parent 812aa06 commit fae734f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple-perf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
with:
354354
runner: macos-latest-xlarge
355355
python-version: '3.11'
356-
submodules: 'true'
356+
submodules: 'recursive'
357357
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
358358
upload-artifact: ios-apps
359359
secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD

0 commit comments

Comments
 (0)