Use pacboy in mingw makefile builds too
This commit is contained in:
19
.github/workflows/c-cpp.yml
vendored
19
.github/workflows/c-cpp.yml
vendored
@@ -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: >-
|
||||||
|
Reference in New Issue
Block a user