From a631b1096216cdd75d311d24756ca63e4b15808e Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Thu, 21 Mar 2024 20:08:17 +0800 Subject: [PATCH] update build_test.yml --- .github/workflows/build_test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d2923723..ff9cd372 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -19,7 +19,9 @@ jobs: with: channel: stable - run: flutter pub get - - run: cd example; flutter build ios --no-codesign + - run: cd example + - run: pod update WechatOpenSDK-XCFramework + - run: flutter build ios --no-codesign test_iOS_No_Pay: name: Test iOS no_pay on ${{ matrix.os }} @@ -36,6 +38,7 @@ jobs: - run: | cd example sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml + pod update OpenWeChatSDKNoPay flutter build ios --no-codesign test_android: