Use pacboy in mingw makefile builds too

This commit is contained in:
Jasmine Iwanek
2023-01-03 23:38:02 -05:00
parent 4e73192cb0
commit 9f8bada876

View File

@@ -62,15 +62,16 @@ jobs:
msystem: ${{ matrix.environment.msystem }} msystem: ${{ matrix.environment.msystem }}
install: >- install: >-
make make
${{ matrix.environment.prefix }}-gcc pacboy: >-
${{ matrix.environment.prefix }}-pkg-config gcc:p
${{ matrix.environment.prefix }}-freetype pkg-config:p
${{ matrix.environment.prefix }}-SDL2 freetype:p
${{ matrix.environment.prefix }}-zlib SDL2:p
${{ matrix.environment.prefix }}-libpng zlib:p
${{ matrix.environment.prefix }}-openal libpng:p
${{ matrix.environment.prefix }}-rtmidi openal:p
${{ matrix.environment.prefix }}-libvncserver rtmidi:p
libvncserver:p
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
run: >- run: >-