Skip to content

Commit

Permalink
windows audio issues fix: trying a setup i saw online 2
Browse files Browse the repository at this point in the history
Signed-off-by: David Anyatonwu <[email protected]>
  • Loading branch information
onyedikachi-david committed Sep 10, 2024
1 parent d20f89a commit 5528f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
# Additional debugging information
Write-Output "Audio endpoints:"
Get-AudioDevice -List | Format-Table Name, Type, Default, ID
Get-CimInstance Win32_SoundDevice | Format-Table Name, Status, ConfigManagerErrorCode
Write-Output "MMDevice audio endpoints:"
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
Expand Down

0 comments on commit 5528f60

Please sign in to comment.