From dcad9375d228725af10051826d5e83536bf5240f Mon Sep 17 00:00:00 2001 From: Alan Smith Date: Tue, 26 Jul 2022 16:35:16 -0400 Subject: [PATCH] Revert "Try fix mentioned in https://github.com/actions/virtual-environments/issues/5879" This reverts commit dbdf4f4b7a6d9bb60077c45767f3d78a6ad74326. --- .github/workflows/android.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0f5d1e8..d4824b2 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,11 +15,7 @@ jobs: java-version: '8' distribution: 'adopt' cache: gradle - - name: Setup NDK path - shell: bash - # "Temporary" workaround until https://github.com/actions/virtual-environments/issues/5879#issuecomment-1195156618 - # gets looked into. - run: echo "ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV + - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle