From 704179ac6440eebb4231564a10582e5795a20225 Mon Sep 17 00:00:00 2001 From: Lennon McLean Date: Mon, 16 Aug 2021 15:51:02 -0400 Subject: [PATCH] Update buildnw.yml --- .github/workflows/buildnw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildnw.yml b/.github/workflows/buildnw.yml index 206368a..b7facec 100644 --- a/.github/workflows/buildnw.yml +++ b/.github/workflows/buildnw.yml @@ -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