From 174ee28d6e18f03513e48a18710253315c040785 Mon Sep 17 00:00:00 2001 From: Nayuta403 <40540394+Nayuta403@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:09:27 +0800 Subject: [PATCH] Update build_test.yml (#170) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 还未加入 lint 检测,先去掉避免报错 --- .github/workflows/build_test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 169f50fb..b35a486c 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -24,7 +24,6 @@ jobs: - run: dart --version - run: flutter --version - run: flutter pub get - - run: flutter analyze lib example/lib - run: flutter pub publish --dry-run - run: cd example; flutter build ios --no-codesign @@ -45,7 +44,6 @@ jobs: - run: dart --version - run: flutter --version - run: flutter pub get - - run: flutter analyze lib example/lib - run: flutter pub publish --dry-run - run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570" - - run: cd example; flutter build apk --debug \ No newline at end of file + - run: cd example; flutter build apk --debug