mirror of
https://github.com/status-im/QtModelsToolkit.git
synced 2026-08-29 17:11:08 +00:00
GitHub's windows-latest image now ships VS 17.12+, whose STL removed stdext::(un)checked_array_iterator; Qt 5.15.2's qcompilerdetection.h still expands QT_MAKE_CHECKED_ARRAY_ITERATOR to it, breaking the build inside Qt's own headers (QTBUG-118993). Rewrite the two defines to the portable raw-pointer fallback after installing Qt. Also disable fail-fast so the Qt 6 leg isn't cancelled by a 5.15 failure.