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