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 db0724f commit c60f955Copy full SHA for c60f955
.github/workflows/autobuild.yml
@@ -314,7 +314,8 @@ jobs:
314
- name: Checkout code
315
uses: actions/checkout@v4
316
with:
317
- submodules: true
+ # only Android needs the oboe submodule, so don't fetch it for other builds
318
+ submodules: ${{ matrix.config.target_os == 'android' }}
319
fetch-depth: ${{ matrix.config.checkout_fetch_depth || '1' }}
320
321
- name: Cache Mac dependencies
0 commit comments