aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-07 23:05:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-07 23:05:34 +0300
commit8decee6fd3d31241323de038e8667482cdc86854 (patch)
tree685f9f09877d6a3a29b20d7791b96eb619044096
parentworkflows/test: fix gcc package name (diff)
downloadsetup-cygwin-8decee6fd3d31241323de038e8667482cdc86854.tar.gz
setup-cygwin-8decee6fd3d31241323de038e8667482cdc86854.zip
README: update
Fix gcc package name. There's no package named "gcc", switch to "gcc-g++".
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7b9a07..80a2378 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Use it in your workflow like this:
uses: egor-tensin/setup-cygwin@v3
with:
platform: x64
- packages: cmake gcc
+ packages: cmake gcc-g++
# Cygwin executables are added to PATH, so you can call them directly:
- run: |