Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Apr 12, 2024
1 parent 19f2813 commit 53730c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 53730c2

Please sign in to comment.