Skip to content

Commit

Permalink
Update gradle_jar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 30, 2022
1 parent 8d04c63 commit 271f210
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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 271f210

Please sign in to comment.