From 5ddea79df80ce67683fb099cfb02d7e8b3575932 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:52:16 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cb11b6e66..88773b3c7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -89,12 +89,6 @@ jobs: continue-on-error: true run: | cd vgpu - git config --global user.email "github-actions@users.noreply.github.com" - git config --global user.name "github-actions" - git remote add upstream https://github.com/luo9674/VGPU - git fetch upstream - git checkout main - git merge --allow-unrelated-histories upstream/main || echo "Merge exit code $?" $ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk - name: Install vgpu