Skip to content

Commit

Permalink
Stop services first.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 18, 2024
1 parent 8b7ab96 commit 4f8be0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:

- name: Start Windows Audio Service
run: |
net stop audiosrv /y
net stop AudioEndpointBuilder /y
net start audiosrv
net start AudioEndpointBuilder
Expand Down

0 comments on commit 4f8be0a

Please sign in to comment.