Skip to content

Commit

Permalink
Update custom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuin123 authored Nov 24, 2023
1 parent f5aa006 commit 9ee93d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
if: inputs.channel == 'default'
runs-on: ubuntu-latest
steps:
- name: 配置JAVA SDK
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'

# 下载LSPatch
- name: Download LSPatch
run: gh release download -O LSPatch.jar --repo LSPosed/LSPatch --pattern *.jar
Expand Down

0 comments on commit 9ee93d1

Please sign in to comment.