We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7b1db commit 42d6e34Copy full SHA for 42d6e34
.github/workflows/base.yaml
@@ -42,6 +42,7 @@ jobs:
42
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
43
with:
44
path: '.fvmrc'
45
+ cache-key: ${{ runner.os }}-flutter-${{ matrix.flutter-version }}
46
flavor: ${{ matrix.flutter-version }}
47
- name: Install dependencies
48
run: flutter pub get
0 commit comments