From f0effa0f31b4ba46d0b174227d27a325d2fa1c52 Mon Sep 17 00:00:00 2001 From: SSimco <37044560+SSimco@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:45:33 +0300 Subject: [PATCH] Fixed github workflow for android --- .github/workflows/android_build.yml | 6 ------ 1 file changed, 6 deletions(-) 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: