mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-10 10:20:32 -07:00
CI: Download JRE17 from the size testing branch
This commit is contained in:
parent
e06c6f9fea
commit
363a8feff4
1 changed files with 11 additions and 0 deletions
11
.github/workflows/android.yml
vendored
11
.github/workflows/android.yml
vendored
|
|
@ -73,6 +73,17 @@ jobs:
|
|||
name: jre8-pojav
|
||||
run_id: 2140559381
|
||||
|
||||
- name: Get JRE17
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||
workflow: build.yml
|
||||
path: app_pojavlauncher/src/main/assets/components/jre-new
|
||||
workflow_conclusion: success
|
||||
repo: PojavLauncherTeam/android-openjdk-build-multiarch
|
||||
branch: jre17-size-testing
|
||||
name: jre17-pojav
|
||||
|
||||
- name: Build JRE JAR files
|
||||
run: |
|
||||
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue