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
1 changed files with 1 additions and 1 deletions

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