diff options
Diffstat (limited to '.github/workflows/test.yml')
-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 }}' |