Skip to content

Commit

Permalink
update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Mar 21, 2024
1 parent a631b10 commit 1ccb554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
channel: stable
- run: flutter pub get
- run: cd example
- run: cd ios
- run: pod update WechatOpenSDK-XCFramework
- run: flutter build ios --no-codesign

Expand All @@ -38,6 +39,7 @@ jobs:
- run: |
cd example
sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml
cd ios
pod update OpenWeChatSDKNoPay
flutter build ios --no-codesign
Expand Down

0 comments on commit 1ccb554

Please sign in to comment.