diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml new file mode 100644 index 00000000..f6033328 --- /dev/null +++ b/.github/workflows/win-build.yml @@ -0,0 +1,15 @@ +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