Skip to content

Commit

Permalink
Update default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuin123 authored Nov 24, 2023
1 parent 222332f commit 0b9c865
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'

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

0 comments on commit 0b9c865

Please sign in to comment.