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

Export PUB_CACHE if it is not in env #90

Closed kuhnroyal closed 3 years ago

kuhnroyal commented 3 years ago

Fixes #89

Export PUB_CACHE if it is not configured before calling the action. This ensures that flutter and dart use the same cache. It also enables other tools to use this official Dart env variable.