-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Error destination path already exists and is not an empty directory when running step 'flutter pub get' #277
Comments
Same issue here. This problem does not occur on Ubuntu machine, but on Windows it does. It feels like latest release of UPD: Yeah, - name: Set up Flutter
uses: subosito/[email protected]
with:
channel: "stable"
cache: true |
@Zensonaton |
True Life saver. been searching for a solution all day |
Currently I am setting up github action for my flutter project.
My workflows ran successfully several times until today the error below appeared. I have tried many ways to delete data in the ~/pub-cache/ folder but still get bellow error. Does anyone have any solution for this problem? Thank you very much
Error:
Code workflow:
The text was updated successfully, but these errors were encountered: