From 63fc807461c2033de0b7599d2be67b77f5981212 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Thu, 21 Mar 2024 20:12:53 +0800 Subject: [PATCH] update build_test.yml --- .github/workflows/build_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 49ffa850..77bab1a1 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -22,6 +22,7 @@ jobs: - run: cd example - run: cd ios - run: pod update WechatOpenSDK-XCFramework + - run: cd .. - run: flutter build ios --no-codesign test_iOS_No_Pay: @@ -41,6 +42,7 @@ jobs: sed -i.bak0 's/# no_pay: true/ no_pay: true/' pubspec.yaml cd ios pod update OpenWeChatSDKNoPay + cd .. flutter build ios --no-codesign test_android: