Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Nov 10, 2024
1 parent ee056a6 commit 555bc29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:

- name: Install Delta Chat
run: |
winget show 9pjtxx7hn3pk
$process = Start-Process -FilePath "winget" -ArgumentList show 9pjtxx7hn3pk" -RedirectStandardInput "input.txt" -NoNewWindow -PassThru
Set-Content -Path "input.txt" -Value "Y"
$process.WaitForExit()
winget download 9pjtxx7hn3pk
winget show 9pjtxx7hn3pk
winget --help
echo "Y" | winget install 9pjtxx7hn3pk --source=msstore
Get-ChildItem -Path "$env:TEMP\WinGet"
Expand Down

0 comments on commit 555bc29

Please sign in to comment.