Skip to content

Found a suggested fix on GitHub. #12

Found a suggested fix on GitHub.

Found a suggested fix on GitHub. #12

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 "/usr/local/share/pkgconfig"
- run: "export PKG_CONFIG_PATH=/usr/local/share/pkgconfig" > ~/.bash_profile

Check failure on line 19 in .github/workflows/winbuild.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/winbuild.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- run: cd tests && make && ./tests