Skip to content

Commit a073932

Browse files
authored
Update README.md
add comment that flutter can be installed prior
1 parent d68fba5 commit a073932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
24+
# You can install flutter prior to using this action. This action won't install flutter then.
25+
2426
- uses: cedvdb/action-flutter-build-web@v1
2527
with:
2628
build-cmd: flutter build web --release

0 commit comments

Comments
 (0)