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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test.yml') 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 }}' -- cgit v1.2.3