-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Some issues in the current scripts:
- WSL is Linux. If running this script under WSL, it should be the same as running on any other Linux distro, like Ubuntu. It makes people confused to mix reference to WSL and Windows.
Lines 53 to 54 in 819ce99
echo " - Installing POSIX-compatible tools for WSL" echo " => PowerShell scripts available at https://github.com/lf-lang/lingua-franca/releases"
(We are installing Windows, not WSL tools; powershell is cross-platform, but used extensively on Windows; however here we are using bash ) windows-lateston GH Actions uses Git bash as bash. Git bash has$OSTYPE=msys- There is another famous Unix-like environment on Windows, Cygwin, with
$OSTYPE=cygwin. We don't support it at all. lfcuses powershell on Windows. The current way of creating bash script will simply fail under powershell.
Metadata
Metadata
Assignees
Labels
No labels