diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-25 04:31:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-25 04:31:08 +0300 |
commit | 07638b4638744b21ffd0fec560f7b2b7d4521725 (patch) | |
tree | 97679a4618171b1a0e7bd6ce5d120fe430e4d00d | |
parent | error out on unsupported OSes (diff) | |
download | setup-gcc-07638b4638744b21ffd0fec560f7b2b7d4521725.tar.gz setup-gcc-07638b4638744b21ffd0fec560f7b2b7d4521725.zip |
code style
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |