Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jan 13, 2020
1 parent 1471f5f commit f64780c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lona-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ jobs:
run: gem install cocoapods-generate

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

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

- name: Create podspec
run: |
Expand Down

0 comments on commit f64780c

Please sign in to comment.