Use MinGW C++ compiler as well

This commit is contained in:
ISSOtm
2022-03-05 02:52:22 +01:00
committed by Eldred Habert
parent 2fb1eb9136
commit 0cc62824b9
2 changed files with 5 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ jobs:
./.github/actions/install_deps.sh ${{ matrix.os }}
- name: Install MinGW
run: |
sudo apt-get install gcc-mingw-w64-${{ matrix.arch }} mingw-w64-tools libz-mingw-w64-dev
sudo apt-get install {gcc,g++}-mingw-w64-${{ matrix.arch }} mingw-w64-tools libz-mingw-w64-dev
- name: Install libpng dev headers for MinGW
run: |
sudo ./.github/actions/mingw-w64-libpng-dev.sh ${{ matrix.triplet }}