Skip to content

Commit

Permalink
[CI] Add gradle wrapper step
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkrauz committed Oct 23, 2020
1 parent 698e891 commit d6643f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- run: gradle wrapper
- run: echo “y” | sudo ${ANDROID_HOME}/tools/bin/sdkmanager — install “ndk;20.0.5594570”
- run: ./gradlew assembleBeta
- uses: wzieba/Firebase-Distribution-Github-Action@v1.2.2
Expand Down

0 comments on commit d6643f2

Please sign in to comment.