Skip to content

[Bundle] mark binding exclusions with IMGUI_BUNDLE_PYTHON_UNSUPPORTED… #11

[Bundle] mark binding exclusions with IMGUI_BUNDLE_PYTHON_UNSUPPORTED…

[Bundle] mark binding exclusions with IMGUI_BUNDLE_PYTHON_UNSUPPORTED… #11

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