ilammy / msvc-dev-cmd

GitHub Action to setup Developer Command Prompt for Microsoft Visual C++
MIT License
338 stars 49 forks source link

error MSB8020: The build tools for v144 (Platform Toolset = 'v144') cannot be found. #82

Closed Dozingfiretruck closed 3 months ago

Dozingfiretruck commented 4 months ago

image

https://github.com/Dozingfiretruck/nes/actions/runs/9425160319/job/25967261426

pzhlkj6612 commented 4 months ago

Hi!

The only installed VC++ toolset on GitHub is the latest one (for now is v14.40 [^1]). Since your "Set up MSVC" step did not fail, I think xmake should find the toolset correctly. You may check those posts in xmake's repository:

If everything looks normally but your workflow still does not work, you could try raising an issue in xmake repo (don't forget to link this issue).

[^1]: 20240603.1 Windows2022-Readme.md

Dozingfiretruck commented 3 months ago

OK,thanks