You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- macOS: use 'shasum -a 256' instead of 'sha256sum' (not available on macOS)
- Windows: disable ccache to fix .rc resource file compilation conflict with Ninja
- Add -DCMAKE_C_COMPILER_LAUNCHER="" and -DCMAKE_CXX_COMPILER_LAUNCHER=""
- Add -DCCACHE_PROGRAM=OFF
- Split Unix and Windows CMake configuration into separate steps (matching ci.yml)
0 commit comments