diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 829445a..ad00a18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,10 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.11' - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2 with: flutter-version: '3.16.0' 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 - run: dart pub global activate flutter_distributor - run: flutter pub get - if: matrix.os == 'macos-14'