updated flutter-drive.yml
This commit is contained in:
parent
e6832a2f33
commit
63a71e11ce
|
@ -39,6 +39,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
~/.pub-cache
|
~/.pub-cache
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
key: ${{ runner.os }}-pub-and-node_modules }}
|
||||||
# Sets up a flutter environment.
|
# Sets up a flutter environment.
|
||||||
# https://github.com/marketplace/actions/flutter-action
|
# https://github.com/marketplace/actions/flutter-action
|
||||||
- name: "Install Flutter"
|
- name: "Install Flutter"
|
||||||
|
@ -89,6 +90,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
~/.pub-cache
|
~/.pub-cache
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
key: ${{ runner.os }}-pub-and-node_modules }}
|
||||||
# Sets up a flutter environment.
|
# Sets up a flutter environment.
|
||||||
# https://github.com/marketplace/actions/flutter-action
|
# https://github.com/marketplace/actions/flutter-action
|
||||||
- name: "Install Flutter"
|
- name: "Install Flutter"
|
||||||
|
|
Loading…
Reference in New Issue