fluttercommunity / wakelock_plus

Flutter plugin that allows you to keep the device screen awake on Android, iOS, macOS, Windows, Linux, and web.
BSD 3-Clause "New" or "Revised" License
49 stars 38 forks source link

Chore: fix GitHub actions macOS #32

Closed diegotori closed 3 months ago

diegotori commented 3 months ago

Added a brew workaround due to this issue.

Also added root .gitignore.

charleyoliveira commented 3 months ago

Any success here?

diegotori commented 3 months ago

It's definitely Github action related.

charleyoliveira commented 3 months ago

did you tried with brew upgrade python3 || brew link --overwrite python@3.11

diegotori commented 3 months ago

did you tried with brew upgrade python3 || brew link --overwrite python@3.11

I got through that brew hump. However, I also increased the timeout time to 20 minutes, which should be enough to cover the integration tests.