diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-03 02:24:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-03 02:24:08 +0300 |
commit | b2dfd910d61349164471d56d5e3d74ae4be7b365 (patch) | |
tree | cc5d620560f569a4f00d43017eff260b17bfbbfb /README.md | |
parent | actions/build-foo: -std=c++11 instead of c++14 (diff) | |
download | setup-gcc-b2dfd910d61349164471d56d5e3d74ae4be7b365.tar.gz setup-gcc-b2dfd910d61349164471d56d5e3d74ae4be7b365.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -50,15 +50,14 @@ Supported versions ------------------ Unless the `version` parameter value is "latest", the ubuntu-toolchain-r/test -PPA is used to make more GCC versions available. +PPA is used to make more versions available. You can pass the version number as the `version` parameter value (`4.8`, `8`, -`9`, etc.), and this action will install the corresponding `g++-VERSION` -package. +`9`, etc.), and this action will install the corresponding packages. The `version` parameter value is not checked for being an available version for the current distribution. -The supported versions for a particular distribution are those found in the -official repositories & those found in that distribution's series in the PPA. +The supported versions for a particular distribution are those found in that +distro's repositories & those in the PPA. For example, the supported versions for Bionic & Focal as of July 2021 are listed below. @@ -73,8 +72,8 @@ listed below. | 10 | ✓ | ✓ | 11 | ✓ | ✓ -This table is not definitive; I expect more future versions of GCC to be made -available in the PPA, especially for Focal. +This table is not definitive; I expect more future versions to be made +available, especially for Focal. On Cygwin, the `version` parameter is ignored. |