0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-10 13:35:07 +00:00

Update ci.yml

This commit is contained in:
Kenny 2022-03-05 18:52:28 -05:00 committed by GitHub
parent e326ca8165
commit 112ceb0a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ jobs:
run: npx cap update android
- name: Build with Gradle
working-directory: android
run: chmod +x gradlew; ./gradlew clean build
run: chmod +x gradlew; ./gradlew clean assemble # At the time of writing, build causes issues with capacitor plugins
ios:
name: Build iOS platform
runs-on: macos-latest