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