-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fvm use stable hangs on input? #1
Comments
Hi @borgejHNIKT Apologize for the mistake, since Instead you can use it like this: echo yes | fvm use stable This is missing for the README, so I’ll make sure to update it. |
Doesn't fix it for me, issue persists Isn't there a way to show output? Seems like it's stuck on some prompt. |
Instead of using - name: Setup Flutter SDK
run: echo yes | fvm install stable --skip-pub-get I'm not anywhere near my computer at the moment, but this is what I have been using for the test workflow. See https://github.com/flutter-actions/setup-fvm/blob/main/.github/workflows/dart.yml |
@noga-dev not sure if you found the solution but the script hang because if you run the first prompt is skipped if you already made a fvm install before the second prompt is skipped if it find @socheatsok78 not sure if you can do anything on your side regarding that issue code wise, it's likely more something to do with documentation |
Sorry I forgot to mention that I removed this action from my workflow for now |
Thank you @kaal-dam for a detailed explanation. Apologize for the inconvenience, work has been rough this week. I will do more testing this weekend, to see what works and will keep it posted here. |
Tried using this action today, but the build step "fvm use stable" looks like its hanging on user input?
The text was updated successfully, but these errors were encountered: