subosito / flutter-action

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

Action fails with `HOME: unbound variable` #301

Open phaakmat opened 2 months ago

phaakmat commented 2 months ago

subosito/flutter-action@v2 fails with:

/home/github-runner/actions-runner/_work/_actions/subosito/flutter-action/v2/setup.sh: line 137: HOME: unbound variable

I can add HOME to env of course, but maybe setup.sh can be modified to use ~/.pub-cache?

bartekpacia commented 2 months ago

What runner are you using? It's very strange that HOME is not defined.