edgedb / setup-edgedb

A GitHub Action to install EdgeDB and its CLI
MIT License
18 stars 5 forks source link

Make sure server installation in WSL works for non-root users #24

Closed elprans closed 2 years ago

elprans commented 2 years ago

Portable installs go into /root, which would preclude non-root WSL users from using the installation. Fix this by copying the install to a well-known public directory.