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