Skip to content

Commit

Permalink
handle.exe: run with -accepteula (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Jul 5, 2024
1 parent b1afb41 commit 43c5e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
Get-ChildItem -Path $Env:GITHUB_WORKSPACE -Recurse -Force | ForEach-Object {
Write-Host ""
Write-Host "Checking handles for $($_.FullName)"
c:\sysinternals\handle.exe -a -nobanner $_.FullName
c:\sysinternals\handle.exe -a -nobanner -accepteula $_.FullName
}
- name: "Cleanup"
if: always()
Expand Down

0 comments on commit 43c5e6b

Please sign in to comment.