Skip to content

Add github msys2 workflow #11

Add github msys2 workflow

Add github msys2 workflow #11

Workflow file for this run

on: push
jobs:
build:
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v2
with:
pacboy: toolchain:p
- uses: actions/checkout@v4
- shell: msys2 {0}
run: |
./configure
make all check bootstrap