Skip to content

Commit

Permalink
build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
radeva committed Mar 6, 2024
1 parent b4887a0 commit 428f399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
working-directory: ios
run: ls -lh

# - name: Build iOS
# working-directory: ios
# run: |
# set -euxo pipefail
# yarn build-ios
- name: Build iOS
working-directory: ios
run: |
set -euxo pipefail
yarn build-ios
# - name: Build Android
# working-directory: ios
Expand Down

0 comments on commit 428f399

Please sign in to comment.