Skip to content

Commit

Permalink
maybe with the lonac install after?
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jan 13, 2020
1 parent f94999f commit 1471f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lona-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ jobs:
with:
node-version: "12.x"

- name: Install the Lona Compiler
run: npm install lonac

- name: Install cocoapods-generate
run: gem install cocoapods-generate

- name: Install the Lona Compiler
run: npm install lonac

- name: Generate Swift sources
run: ./node_modules/.bin/lonac workspace --workspace=. --target=swift --output=./.lona-pod/Sources

Expand Down

0 comments on commit 1471f5f

Please sign in to comment.