Skip to content

Commit

Permalink
Update macos_build.yml (Path-Check#236)
Browse files Browse the repository at this point in the history
Fix breaking gradle error
  • Loading branch information
rparet authored and jgrainger-745 committed Apr 1, 2020
1 parent 53f6098 commit fa9df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: brew tap adoptopenjdk/openjdk && brew cask install adoptopenjdk/openjdk/adoptopenjdk8

- name: Installing Gradle
run: brew install gradle
run: brew upgrade gradle

- name: Installing Android Studio
run: brew cask install android-sdk
Expand Down

0 comments on commit fa9df71

Please sign in to comment.