Skip to content
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

WinDbg Not recognized #5

Open
ax3l opened this issue Aug 9, 2024 · 0 comments
Open

WinDbg Not recognized #5

ax3l opened this issue Aug 9, 2024 · 0 comments

Comments

@ax3l
Copy link

ax3l commented Aug 9, 2024

Hi,

thank you so much for this repo. I am trying to use this on GitHub actions to install WinDbg in the following way:

    - name: Install winget
      uses: Cyberboss/install-winget@v1
    - name: Install WinDbg
      run: |
        winget install --id jazzdelightsme.WingetPathUpdater -e --accept-package-agreements --accept-source-agreements
        winget install --id Microsoft.WinDbg -e --accept-package-agreements --accept-source-agreements
    - name: Test WinDbg
      run: |
        windbg --help

For me, this currently shows

   2 |  windbg --help
     |  ~~~~~~
     | The term 'windbg' is not recognized as a name of a cmdlet, function, script file, or executable program. Check
     | the spelling of the name, or if a path was included, verify that the path is correct and try again.

Am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant