mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-21 15:05:28 +00:00
ci: fix build
This commit is contained in:
parent
dcd3bc58a3
commit
869aa62328
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -10,7 +10,7 @@ runs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: "17"
|
||||
java-version: "21"
|
||||
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v5
|
||||
|
@ -206,7 +206,7 @@ fi
|
||||
|
||||
yes | "$sdk" --licenses > /dev/null
|
||||
curl -L $lsposed_url -o out/lsposed.zip
|
||||
"$sdk" --channel=3 tools platform-tools emulator
|
||||
"$sdk" --channel=3 platform-tools emulator
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
run_test $1 $2
|
||||
|
Loading…
Reference in New Issue
Block a user