Skip to content

Commit

Permalink
build(ios): fix workflow build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed May 20, 2024
1 parent a21c4dc commit 1966a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: Demo
working-directory: framework/examples/ios-demo
run: |
pod install
xcodebuild build -destination "generic/platform=iOS" -workspace "HippyDemo.xcworkspace" -scheme "HippyDemo" -configuration ${{matrix.type}} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

0 comments on commit 1966a3e

Please sign in to comment.