From 66b39a7a51be240dbcf75fe1c2e4f65c7f85c59e Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Wed, 12 Mar 2025 16:48:42 -0700 Subject: [PATCH] Pull submodules recursively for Benchmark app on CI --- .github/workflows/apple-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apple-perf.yml b/.github/workflows/apple-perf.yml index 44aa645d16d..83778d36c1b 100644 --- a/.github/workflows/apple-perf.yml +++ b/.github/workflows/apple-perf.yml @@ -353,7 +353,7 @@ jobs: with: runner: macos-latest-xlarge python-version: '3.11' - submodules: 'true' + submodules: 'recursive' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} upload-artifact: ios-apps secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD