Skip to content

Commit

Permalink
Install procdump on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Sep 18, 2023
1 parent 0b6f7b1 commit 105536c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ jobs:
Add-Content $env:GITHUB_ENV "`nIKVMPATH=$dir/ikvm"
Add-Content $env:GITHUB_ENV "`nTMP=$dir/temp`nTEMP=$dir/temp`nTMPDIR=$dir/temp"
Add-Content $env:GITHUB_ENV "`nDOTNET_INSTALL_DIR=$dir/dotnet"
- name: Install ProcDump
if: runner.os == 'Windows'
shell: pwsh
run: choco install procdump -y; Add-Content $env:GITHUB_PATH "$env:ProgramData\chocolatey\bin\"
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 105536c

Please sign in to comment.