From 2f767d504c3b69fa0e537596f9cab0fe8394a5a9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 7 Nov 2021 22:56:29 +0300 Subject: workflows/test: fix gcc package name There doesn't seme to be package "gcc", there's only "gcc-core" and "gcc-c++"? --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 694e942..72a2077 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: with: platform: '${{ matrix.platform }}' install-dir: C:\cg - packages: cmake gcc + packages: cmake gcc-g++ env: '${{ matrix.env }}' hardlinks: '${{ matrix.hardlinks }}' diff --git a/README.md b/README.md index dfe4689..f7b9a07 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ Executable symlinks ------------------- Some packages install symlinks in /usr/bin along with real executables. -An example is package "gcc", which (as of November 2021) installs symlink `cc`, -pointing to the real executable `gcc.exe`. +An example is package "gcc-core", which (as of November 2021) installs symlink +`cc`, pointing to the real executable `gcc.exe`. Calling Cygwin symlinks from Windows' command prompt is unsupported, but might be convenient so there's an option to convert them to hardlinks instead (the `hardlinks` parameter). -- cgit v1.2.3