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 58eac34 + e6367e1 commit 8d04c63
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 8d04c63

Please sign in to comment.