diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index eacc5c26..efcfd3ef 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -18,12 +18,6 @@ jobs: submodules: "recursive" fetch-depth: 0 - - name: Fetch full history for vcpkg submodule - run: | - cd dependencies/vcpkg - git fetch --unshallow - git pull --all - - name: Set up JDK 17 uses: actions/setup-java@v3 with: