Skip to content

Commit

Permalink
Merge branch 'master' of github.com:APN-Pucky/TULib
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 30, 2022
2 parents f8b0f97 + 271f210 commit f2a1f74
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 f2a1f74

Please sign in to comment.