Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UriahShaulMandel authored Aug 27, 2019
1 parent ea47b10 commit 1965b61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: sudo chmod +x ./gradlew
./gradlew build
run: |
sudo chmod +x ./gradlew
./gradlew build

0 comments on commit 1965b61

Please sign in to comment.