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 abe3f99 commit 4bb88a2Copy full SHA for 4bb88a2
.github/workflows/runnable.yml
@@ -88,9 +88,11 @@ jobs:
88
java-version: '17'
89
- uses: flutter-actions/setup-flutter@v4
90
with:
91
+ cache: true
92
channel: stable
93
version: ${{ matrix.flutter-version == 'min' && env.MINIMUM_FLUTTER_VERSION || 'latest' }}
94
- run: dart --version
95
- run: flutter --version
96
- run: flutter pub get
- - run: cd example; flutter build apk --debug
97
+ - run: flutter build apk --debug
98
+ working-directory: ${{ github.workspace }}/example
0 commit comments