Skip to content

Commit

Permalink
Revert "Try fix mentioned in actions/runner-images#5879"
Browse files Browse the repository at this point in the history
This reverts commit dbdf4f4.
  • Loading branch information
alan412 committed Jul 26, 2022
1 parent a5c2a5d commit dcad937
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcad937

Please sign in to comment.