Skip to content

Commit

Permalink
Update gradle_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 30, 2022
1 parent e53717c commit e6367e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- uses: actions/setup-python@v1
- uses: BSFishy/pip-action@v1
with:
packages: |
tuo
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit e6367e1

Please sign in to comment.