Skip to content

Commit

Permalink
Use powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 20, 2023
1 parent 7324045 commit 7ec5673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- name: Print Audio Device 1
if: matrix.os == 'windows-2022'
shell: powershell
run: Get-CimInstance Win32_SoundDevice | fl *

- name: Install Scream
Expand All @@ -63,6 +64,7 @@ jobs:
C:\Scream\Install\helpers\devcon install Scream.inf *Scream
- name: Print Audio Device 2
shell: powershell
if: matrix.os == 'windows-2022'
run: Get-CimInstance Win32_SoundDevice | fl *

Expand Down

0 comments on commit 7ec5673

Please sign in to comment.