Skip to content

WIP: Add windows CI

WIP: Add windows CI #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
workflow_dispatch:
jobs:
check-win-build:
name: Check build on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --features generate-bindings,bundled