From 8decee6fd3d31241323de038e8667482cdc86854 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 7 Nov 2021 23:05:34 +0300 Subject: README: update Fix gcc package name. There's no package named "gcc", switch to "gcc-g++". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- cgit v1.2.3