-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: test this action when "vswhere" does not exist #49
Comments
I run into this issue now. |
Hi, @albinahlback !
What issue did you encounter? I think it would be better if you post your workflow conf, CI logs and more details in a new issue. This issue is not for solving users' problems, though. |
- name: "Setup MSVC"
uses: ilammy/msvc-dev-cmd@v1.13.0
with:
arch: x86_64
toolset: 14.37.32822
vsversion: 17.6.0
Why specified |
Oh, I didn't think of that, thanks! The README doesn't really state which versions it picks for |
Done, see #77 . |
Hi @albinahlback, the README has been updated. |
Thanks! |
We have some code to find "vcvarsall.bat" manually when "vswhere" does not exist:
msvc-dev-cmd/index.js
Lines 33 to 44 in f456b80
However, the test in the current main.yml doesn't cover this case.
I think we should test this action more exhaustively.
The text was updated successfully, but these errors were encountered: