mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- Introduce `.github/workflows/daily-ir-vcpkg-configure.yml` to run OCCT configuration daily on the IR branch for Windows, macOS, and Ubuntu. - Create a `configure-occt` composite action to encapsulate vcpkg setup and CMake configuration per platform. - Update the `build-occt` action to reuse the new `configure-occt` step instead of duplicating configuration logic.