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
In GitHub-hosted runners, the "VC.Tools.ARM64EC" is installed in both Windows 2019 and 2022, so firstly you may need to try preparing the environment manually by writing CMD commands. If everything works well, you could consider using this action instead. This action internally calls "vcvarsall.bat" to prepare the environment for VC++ programming.
According to https://devblogs.microsoft.com/cppblog/arm64ec-support-in-visual-studio/, you can build for ARM64EC architecture, which seems to have many benefits over normal ARM64 architecture.
Is there a way to use this GH action to build for ARM64EC instead of normal ARM64? I did not see anything documented...
The text was updated successfully, but these errors were encountered: