Update ci.yml

This commit is contained in:
Kenny 2022-03-05 16:19:49 -05:00 committed by GitHub
parent 709c7643b9
commit 49257363bc
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 build
run: chmod +x gradlew; ./gradlew clean build
ios:
name: Build iOS platform
runs-on: macos-latest