Adjust package list again.

This commit is contained in:
David Given
2021-04-19 00:55:42 +02:00
parent cf68585808
commit f4fd83d999

View File

@@ -37,7 +37,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: pacman - name: pacman
run: | run: |
pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-i686-gcc zip 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 - name: build
run: | run: |
make CXX=/opt/bin/i686-w64-mingw32-gcc.exe CFLAGS="-I/mingw32/include" LDFLAGS="-L/mingw32/lib" make CXX=/opt/bin/i686-w64-mingw32-gcc.exe CFLAGS="-I/mingw32/include" LDFLAGS="-L/mingw32/lib"