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
I just noticed that our CI does not yet intend to build using MSVC under Windows.
There also seems to be a problem with the clang build configuration for Windows since clang is not actually used in the build.
See for example this run, where in step 4 line 1 clang is configured:
Uh oh!
There was an error while loading. Please reload this page.
I just noticed that our CI does not yet intend to build using MSVC under Windows.
There also seems to be a problem with the clang build configuration for Windows since clang is not actually used in the build.
See for example this run, where in step 4 line 1 clang is configured:
but lines 16 and 17 show that MSVC is used
This does not happen in the gcc workflow. My guess is that for gcc the forward slashes may be properly escaped.
Problems:
The text was updated successfully, but these errors were encountered: