Replies: 8 comments 8 replies
|
Had a similar problem lately. Most likely, flutter-action isn't able to get the list of flutter releases. The error is not reported because curl is called with the --silent option. |
|
I got around this by addressing the |
|
The problem is here. If the runner is a MacOS, $RUNNER_OS returns
It should be: |
|
@x-yurii-uvarov is it returns
|
|
It should return |
|
I'm facing a similar issue when using this Github action within Amazon CodeCatalyst |
|
Running into a similar issue using act My action: Output: Looks like the flutter install may be corrupted: |

Uh oh!
There was an error while loading. Please reload this page.
I get this issue a lot recently. Rerunning the CI often fixes it. I did not change the workflow recently.
All reactions