Skip to content

Commit 0ec3a4b

Browse files
committed
ci: fix save cache step
1 parent 20fb4a3 commit 0ec3a4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@ jobs:
103103
path: |
104104
.dart_tool/
105105
build/
106-
linux/flutter/ephemeral/
107-
macos/Flutter/ephemeral/
108-
windows/flutter/ephemeral/
109106
submodules/flutter/bin/cache/
110-
.flutter-plugins-dependencies
107+
/usr/local/lib/android/
111108
key: ${{ steps.cache.outputs.cache-primary-key }}
112109

113110
build-android:

0 commit comments

Comments
 (0)