-
Notifications
You must be signed in to change notification settings - Fork 47
MSVC support #950
Copy link
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Hi! It would be nice if we could use the action with the MSVC / clang-cl port, restored in OCaml 5.3. The
system-msvcopam package and the ilammy/msvc-dev-cmd action might help.clang-clis a drop-in replacement forcl.exethat's also installed in the GitHub workers. It's not clear if it would be easy to come up with a user-facing switch to use it. Maybe users could be allowed to set theCCenv var?