Skip to content

Commit dedbf53

Browse files
author
danny
committed
Removed wrong cache key
1 parent d70bdf2 commit dedbf53

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
GRADLE_OPTS: "-Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"
8686
run: |
8787
echo " Pub Cache: ${{ steps.flutter-android-cache.outputs.cache-hit }}"
88-
echo " Android SDK: ${{ steps.android-sdk-cache.outputs.cache-hit }}"
8988
if [ "${{ steps.flutter-android-cache.outputs.cache-hit }}" != "true" ]; then
9089
flutter pub get
9190
fi

0 commit comments

Comments
 (0)