In setup.sh - the full hash is used in the cloning destination CACHE_PATH. This can make paths too long for Windows runners if the workflow specifies the Flutter version with the full hash. For example - the freely available GitHub Windows-runner fails for such a workflow.
No problems encountered for Linux and MacOS.
In
setup.sh- the full hash is used in the cloning destinationCACHE_PATH. This can make paths too long for Windows runners if the workflow specifies the Flutter version with the full hash. For example - the freely available GitHub Windows-runner fails for such a workflow.No problems encountered for Linux and MacOS.