Update buildnw.yml

This commit is contained in:
Lennon McLean 2021-08-16 15:51:02 -04:00 committed by GitHub
parent dd57086170
commit 704179ac64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ jobs:
with:
ref: ios
- name: Install Cordova
run: npm install cordova -g
- name: Install Cordova and other Cordova programs
run: npm install cordova cordova-icon -g
- name: Add iOS platform
run: cordova platform add ios