Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
10bits committed May 7, 2023
1 parent 85514c6 commit b3d4088
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/legado_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: setup JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17

- name: set env
shell: bash
env:
Expand Down

0 comments on commit b3d4088

Please sign in to comment.