From 0953beffb260727c5f93be1c7d5301a9212731b4 Mon Sep 17 00:00:00 2001 From: Lennon McLean Date: Mon, 16 Aug 2021 19:06:51 -0400 Subject: [PATCH] Update buildnw.yml --- .github/workflows/buildnw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildnw.yml b/.github/workflows/buildnw.yml index 91f6ec9..6244adf 100644 --- a/.github/workflows/buildnw.yml +++ b/.github/workflows/buildnw.yml @@ -17,7 +17,7 @@ jobs: run: npm install cordova cordova-icon -g - name: Add iOS platform - run: cordova platform add ios + run: cordova platform add ios && cd platforms/ios/cordova && npm install ios-sim@latest - name: Build iOS app run: cordova build ios --target iPhone-7