Skip to content

Commit db4a500

Browse files
authored
Pull submodules recursively (#9234)
1 parent df337c7 commit db4a500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
runner: macos-latest-xlarge
5151
python-version: '3.11'
52-
submodules: 'true'
52+
submodules: 'recursive'
5353
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
5454
timeout: 90
5555
secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
runner: macos-latest-xlarge
138138
python-version: '3.11'
139-
submodules: 'true'
139+
submodules: 'recursive'
140140
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
141141
upload-artifact: executorch-frameworks-ios
142142
timeout: 90
@@ -279,7 +279,7 @@ jobs:
279279
with:
280280
runner: macos-latest-xlarge
281281
python-version: '3.11'
282-
submodules: 'true'
282+
submodules: 'recursive'
283283
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
284284
upload-artifact: ios-benchmark-app
285285
secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD

0 commit comments

Comments
 (0)