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

Cannot use action on macOS runner #56

Open
rafael-fecha opened this issue Feb 1, 2023 · 2 comments
Open

Cannot use action on macOS runner #56

rafael-fecha opened this issue Feb 1, 2023 · 2 comments

Comments

@rafael-fecha
Copy link

When setting up to use this action on a macOS runner there is the following error:
mv: fastcopy: open() failed (to): /usr/bin/tailscale: Operation not permitted

The issue looks like here:

sudo mv "${TSPATH}/tailscale" "${TSPATH}/tailscaled" /usr/bin

it is trying to move a file to /usr/bin which is not allowed on macOS systems recently even by sudo root users.

can you help here?

@rafael-fecha
Copy link
Author

update:

looks like we might also have to update this part:
URL="https://pkgs.tailscale.com/stable/tailscale_${VERSION}_amd64.tgz" as this only linux static binaries

@DentonGentry
Copy link
Contributor

We might concievably be able to hook up https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS to work. That would take some work but I don't see anything which would prevent it functioning.

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