Need to use the C++ compiler.

This commit is contained in:
David Given
2021-04-19 01:29:06 +02:00
parent 91b1c8c13c
commit 91ee72a8d6

View File

@@ -40,5 +40,5 @@ jobs:
pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-cross-gcc zip
- name: build
run: |
make CXX=/opt/bin/i686-w64-mingw32-gcc.exe AR="/opt/bin/i686-w64-mingw32-ar.exe rcs"
make CXX=/opt/bin/i686-w64-mingw32-g++.exe AR="/opt/bin/i686-w64-mingw32-ar.exe rcs"