Skip to content

Commit f69cafe

Browse files
committed
feat(chore): update README.md add Troubleshooting guide
1 parent 90108de commit f69cafe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# setup-flutter
1+
## About
22

33
This [GitHub Action]() installs and sets up of a Flutter SDK for use in actions by:
44

@@ -96,6 +96,13 @@ jobs:
9696
run: flutter test
9797
```
9898
99+
## Troubleshooting
100+
101+
### Apple Silicon
102+
103+
If you are running this on `self-hosted` runner specially with Apple Silicon Mac only Flutter SDK v3.0.0 or later are supported.
104+
105+
For more information plase check https://docs.flutter.dev/get-started/install/macos.
99106

100107
# License
101108

0 commit comments

Comments
 (0)