From 965057dbe23269ae09344ee2e88da41275f3c164 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 11 Aug 2022 20:25:58 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 90619f930..8de44df81 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -42,9 +42,6 @@ jobs: shell: bash if: github.event_name == 'release' && github.event.action == 'published' - - name: Checkout Android NDK - uses: actions/checkout@v2 - - name: Setup Android NDK id: setup-ndk uses: nttld/setup-ndk@v1