subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.17k stars 193 forks source link

Error: `jq: command not found`, but action "passes" #170

Closed jpeiffer closed 1 year ago

jpeiffer commented 2 years ago

MacOS / x86 runner and the latest @v2 version of the action. In running it, we got the error: jq: command not found, and then failed at an unrelated step which was very confusing until we realized Flutter wasn't actually installed.

Workaround: Before the action, add:

brew install jq