diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-03 02:24:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-03 02:24:16 +0300 |
commit | b181c49db49521188f94e3a7bec166837f004f87 (patch) | |
tree | 46976e44fae5777a19c32fb5c36cacdcb9723a88 /README.md | |
parent | README: update (diff) | |
download | setup-gcc-b181c49db49521188f94e3a7bec166837f004f87.tar.gz setup-gcc-b181c49db49521188f94e3a7bec166837f004f87.zip |
README: fix a typo
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ This GitHub action sets up GCC in your workflow run. 1. Installs either 32-bit or 64-bit GCC on either Ubuntu or Cygwin. 2. Specify a version to install using the `version` parameter. -2. For installing GCC on Windows please see my action [setup-mingw]. +3. For installing GCC on Windows please see my action [setup-mingw]. [setup-mingw]: https://github.com/egor-tensin/setup-mingw |