Skip to content
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

Invalid argument on Mac worker #226

Closed
darhaywa opened this issue May 15, 2023 · 0 comments
Closed

Invalid argument on Mac worker #226

darhaywa opened this issue May 15, 2023 · 0 comments

Comments

@darhaywa
Copy link
Contributor

When setup.sh runs the following error occurs

mv: rename /Users/<username>/Applications/actions-runner/_work/_temp/flutter to /Users/<username>/Applications/actions-runner/_work/_temp/flutter/stable-3.10.0-x64: Invalid argument

It is not possible to move/rename a directory to a child of the directory being moved on a Mac running the following causes the same problem

mkdir temp
mv temp temp/test

It looks like this line should not be using RUNNER_TEMP

Configuration in action

name: Prepare Flutter environment

description: Prepare Flutter environment

runs:
  using: "composite"
  steps:
    - uses: subosito/flutter-action@v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants