Skip to content

WinDbg Not recognized #5

@ax3l

Description

@ax3l

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions