From 57867c8c590b03785663265c145f0b3e01b8246c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Wed, 15 Feb 2023 08:49:24 +0000 Subject: [PATCH] Update app-prebuild.yml --- .github/workflows/app-prebuild.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/app-prebuild.yml b/.github/workflows/app-prebuild.yml index 9ccc1d6..4dcb2cd 100644 --- a/.github/workflows/app-prebuild.yml +++ b/.github/workflows/app-prebuild.yml @@ -27,12 +27,7 @@ jobs: - uses: subosito/flutter-action@v2 with: - channel: 'stable' - cache: true - cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache - cache-path: ${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch: # optional, change this to specify the cache path - architecture: x64 # optional, x64 or arm64 - - run: flutter --version + channel: 'stable' # or: 'beta', 'dev' or 'master' - run: flutter pub get - run: flutter test