Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ERROR:winsdk.bat] Windows SDK 8.1 : 'include' not found #62

Closed
shk-fe opened this issue Sep 27, 2022 · 1 comment
Closed

[ERROR:winsdk.bat] Windows SDK 8.1 : 'include' not found #62

shk-fe opened this issue Sep 27, 2022 · 1 comment
Assignees
Labels
a:question Further information is requested

Comments

@shk-fe
Copy link

shk-fe commented Sep 27, 2022

I'm trying to use sdk:8.1 but getting error
Can someone help me with this?

#setup MSVC
      - name: Setup MSVC
        uses: TheMrMilchmann/setup-msvc-dev@v2
        with:
          arch: x86_amd64
          toolset: 14.0
          sdk: 8.1

Error is

Run TheMrMilchmann/setup-msvc-dev@v2
Normalized input arch to x86_amd64 (from x86_amd64)
The system cannot find the path specified.
Error: Invocation of vcvarsall.bat failed:
[ERROR:winsdk.bat] Windows SDK 8.1 : 'include' not found
[ERROR:VsDevCmd.bat] *** VsDevCmd.bat encountered errors. Environment may be incomplete and/or incorrect. ***
[ERROR:VsDevCmd.bat] In an uninitialized command prompt, please 'set VSCMD_DEBUG=[value]' and then re-run
[ERROR:VsDevCmd.bat] vsdevcmd.bat [args] for additional details.
[ERROR:VsDevCmd.bat] Where [value] is:
[ERROR:VsDevCmd.bat]    1 : basic debug logging
[ERROR:VsDevCmd.bat]    2 : detailed debug logging
[ERROR:VsDevCmd.bat]    3 : trace level logging. Redirection of output to a file when using this level is recommended.
[ERROR:VsDevCmd.bat] Example: set VSCMD_DEBUG=3
[ERROR:VsDevCmd.bat]          vsdevcmd.bat > vsdevcmd.trace.txt 2>&1
@TheMrMilchmann TheMrMilchmann added the a:question Further information is requested label Sep 27, 2022
@TheMrMilchmann TheMrMilchmann self-assigned this Sep 27, 2022
@TheMrMilchmann
Copy link
Owner

SDK 8.1 is not available on GH Actions Runners by default and it is out of scope for this action to install it. Have a look at actions/runner-images#842 for workarounds.

@TheMrMilchmann TheMrMilchmann closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
a:question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants