Skip to content

Commit a8564c3

Browse files
committed
Removed caching
1 parent b9342d6 commit a8564c3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/flutter-build-android.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
ANDROID_KEYSTORE_ALIAS: ${{ inputs.android_keystore_alias }}
3737
ANDROID_KEYSTORE_PRIVATE_KEY_PASSWORD: ${{ secrets.android_keystore_private_key_password }}
3838
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.android_keystore_password }}
39-
- uses: actions/cache@v3
40-
with:
41-
path: '/Users/runner/hostedtoolcache/flutter'
42-
key: ${{ runner.os }}-flutter-install-cache-stable
4339
- run: flutter pub get
4440
working-directory: ${{ inputs.app-dir }}
4541
- run: |

0 commit comments

Comments
 (0)