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

Action fails on Windows and Mac builders #6

Open
oestej opened this issue Dec 13, 2023 · 0 comments
Open

Action fails on Windows and Mac builders #6

oestej opened this issue Dec 13, 2023 · 0 comments

Comments

@oestej
Copy link

oestej commented Dec 13, 2023

While running this on a macos-13-arm64 or windows-2019 hosted runner, the build fails. In the MacOS case:

Run echo "deb [trusted=yes] https://packages.twingate.com/apt/ /" | sudo tee /etc/apt/sources.list.d/twingate.list
tee: /etc/apt/sources.list.d/twingate.list: No such file or directory
deb [trusted=yes] https://packages.twingate.com/apt/ /
Error: Process completed with exit code 1.

And in the windows case:
Run echo "deb [trusted=yes] https://packages.twingate.com/apt/ /" | sudo tee /etc/apt/sources.list.d/twingate.list
D:\a_temp[9](https://github.com///actions/runs//job/#step:4:11)bb154d1-44f2-4d04-a1c6-50bd6b7d1918.sh: line 1: sudo: command not found
Error: Process completed with exit code 127.

Looking at the action, it doesn't seem that you support Windows/Mac runners, but I can't find anything in the documentation that says that.

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

1 participant