diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 22:56:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 23:00:26 +0300 |
commit | 2f767d504c3b69fa0e537596f9cab0fe8394a5a9 (patch) | |
tree | 2611ca937e8a4e2b7facc7307f52cfc6fd8b1162 /.github | |
parent | workflows/test: python3 is no longer a symlink (diff) | |
download | setup-cygwin-2f767d504c3b69fa0e537596f9cab0fe8394a5a9.tar.gz setup-cygwin-2f767d504c3b69fa0e537596f9cab0fe8394a5a9.zip |
workflows/test: fix gcc package name
There doesn't seme to be package "gcc", there's only "gcc-core" and
"gcc-c++"?
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 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 }}' |