mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 19:20:49 +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
|