mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 10:06:07 +00:00
6 lines
101 B
PowerShell
6 lines
101 B
PowerShell
Write-Output "Installer for Elixir for Windows not available"
|
|
|
|
$ErrorActionPreference="Stop"
|
|
|
|
Exit 1
|