0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00
This commit is contained in:
Front 2022-04-03 20:37:19 -04:00
commit 0ec73029d0

View file

@ -52,10 +52,10 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm i
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Copy web assets to native platform
run: npx cap copy android
- name: Update native platform