Skip to content

Commit

Permalink
Include flutter cache on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jogboms committed Jul 7, 2023
1 parent ec6317a commit 28c1d2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
channel: 'stable'
flutter-version: '3.10.5'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
- run: flutter pub get
- run: dart format --set-exit-if-changed -l 120 lib -l 120 example
- run: flutter analyze lib example
Expand Down

0 comments on commit 28c1d2d

Please sign in to comment.