diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 23:05:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 23:05:34 +0300 |
commit | 8decee6fd3d31241323de038e8667482cdc86854 (patch) | |
tree | 685f9f09877d6a3a29b20d7791b96eb619044096 | |
parent | workflows/test: fix gcc package name (diff) | |
download | setup-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: | |