Skip to content

Simplify API and fix bugs #18

Simplify API and fix bugs

Simplify API and fix bugs #18

Workflow file for this run

name: msys2
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v4
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
install: >-
git
make
mingw-w64-x86_64-gcc
mingw-w64-x86_64-toolchain
- name: make check
run: make check