Skip to content

Commit 4bb88a2

Browse files
committed
🐛 Try to fix the example
1 parent abe3f99 commit 4bb88a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/runnable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ jobs:
8888
java-version: '17'
8989
- uses: flutter-actions/setup-flutter@v4
9090
with:
91+
cache: true
9192
channel: stable
9293
version: ${{ matrix.flutter-version == 'min' && env.MINIMUM_FLUTTER_VERSION || 'latest' }}
9394
- run: dart --version
9495
- run: flutter --version
9596
- run: flutter pub get
96-
- run: cd example; flutter build apk --debug
97+
- run: flutter build apk --debug
98+
working-directory: ${{ github.workspace }}/example

0 commit comments

Comments
 (0)