Only install scream (DO NOT MERGE) #76
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
jobs: | |
test-scream: | |
runs-on: windows-latest | |
steps: | |
- run: net start audiosrv | |
- shell: powershell | |
run: Invoke-WebRequest https://github.com/duncanthrax/scream/releases/download/4.0/Scream4.0.zip -OutFile Scream4.0.zip | |
- shell: powershell | |
run: Expand-Archive -Path Scream4.0.zip -DestinationPath Scream | |
- shell: powershell | |
run: Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher | |
- shell: powershell | |
run: Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream |