Skip to content

Used 'install' instead of 'pacboy'. #8

Used 'install' instead of 'pacboy'.

Used 'install' instead of 'pacboy'. #8

Workflow file for this run

name: winbuild
on: [push, workflow_dispatch]
defaults:
run:
shell: msys2 {0}
jobs:
c:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
install: cmake gcc make
#pacboy: cmake:p gcc:p make:p
- run: ./run.sh
- run: find "/c/Program Files (x86)/hdrbg/share/pkgconfig"
- run: PKG_CONFIG_PATH="/c/Program Files (x86)/hdrbg/share/pkgconfig" cd tests && mingw32-make && ./tests