fix: GitHub actions libxposed build (#227)

This commit is contained in:
Js0n 2023-08-03 20:22:09 +08:00 committed by GitHub
parent 6e89dad70b
commit 660073c07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -42,12 +42,14 @@ jobs:
with:
repository: libxposed/api
path: libxposed/api
ref: 6ddbb960437fd295273e97f90b9d94f79d5e11dd
- name: Checkout libxposed/service
uses: actions/checkout@v3
with:
repository: libxposed/service
path: libxposed/service
ref: 43c4837d07026c26855bfdca45d0acd8425ba3a3
- name: Setup Java
uses: actions/setup-java@v3