chore(ci): utilize same cache-key for Flutter across workflows

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-05-11 19:24:11 -04:00
parent 1174138daa
commit 0148dabd91

View File

@@ -67,6 +67,7 @@ runs:
with:
channel: stable
cache: true
cache-key: ${{ github.sha }}
- name: Install Java
if: ${{ inputs.platform == 'android' }}