diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index f03042ca0..5bbad1290 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -25,8 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - depth: 1 - submodules: 'false' + submodules: false - name: Update submodules run: | git submodule sync diff --git a/.github/workflows/test-android-mac.yml.off b/.github/workflows/test-android-mac.yml.off index 66b5fad35..56b87579a 100644 --- a/.github/workflows/test-android-mac.yml.off +++ b/.github/workflows/test-android-mac.yml.off @@ -28,7 +28,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - submodules: 'true' + submodules: true + depth: 1 continue-on-error: true - name: Build and Test