Skip to content

Add alternative API for cursor and selection position using lightweig… #7

Add alternative API for cursor and selection position using lightweig…

Add alternative API for cursor and selection position using lightweig… #7

Workflow file for this run

name: Windows
on: [push]
jobs:
verify-windows:
runs-on: windows-2025
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Configure
run: cmake -B build -G "Visual Studio 17 2022" -A x64 -S example
- name: Build
run: cmake --build build --config Release