You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: