Skip to content

Commit

Permalink
fix: ios ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Apr 9, 2024
1 parent 6ec833a commit 890ecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Set node binary
run: echo "export NODE_BINARY=$(which node)" > ./ios/.xcode.env
- name: Build example app
run: yarn ios
run: cd example && yarn ios
# windows:
# runs-on: windows-latest
# strategy:
Expand Down

0 comments on commit 890ecc8

Please sign in to comment.