Browse Source

GithubAction: Use cached flutter

Neeraj Gupta 2 years ago
parent
commit
b70ad80bd8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/code_quality.yml

+ 4 - 1
.github/workflows/code_quality.yml

@@ -9,7 +9,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-
+      - uses: actions/cache@v2
+        with:
+          path: ${{ runner.tool_cache }}/flutter
+          key: flutter-3.0.0-stable
       # Setup the flutter environment.
       - uses: subosito/flutter-action@v2.3.0
         with: