aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-25 04:31:08 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-25 04:31:08 +0300
commit07638b4638744b21ffd0fec560f7b2b7d4521725 (patch)
tree97679a4618171b1a0e7bd6ce5d120fe430e4d00d
parenterror out on unsupported OSes (diff)
downloadsetup-gcc-07638b4638744b21ffd0fec560f7b2b7d4521725.tar.gz
setup-gcc-07638b4638744b21ffd0fec560f7b2b7d4521725.zip
code style
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 02b6dc0..b05f777 100644
--- a/action.yml
+++ b/action.yml
@@ -42,7 +42,7 @@ runs:
}
} elseif ($cygwin_host) {
if (!$x64) {
- echo @'
+ echo @'
::warning ::
32-bit-targeting GCC is unstable and/or unmaintained on 64-bit Cygwin.
Please use 32-bit Cygwin instead.