From b3df19d333a8ab862131dbc2ea1d717d3f47becb Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Sat, 25 May 2024 21:56:39 +0100 Subject: [PATCH] Update Scream to version 4.0 --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 580e4b72..05e4eb3c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -41,8 +41,8 @@ jobs: - name: Install Scream shell: powershell run: | - Invoke-WebRequest https://github.com/duncanthrax/scream/releases/download/3.8/Scream3.8.zip -OutFile Scream3.8.zip - Expand-Archive -Path Scream3.8.zip -DestinationPath Scream + Invoke-WebRequest https://github.com/duncanthrax/scream/releases/download/4.0/Scream4.0.zip -OutFile Scream4.0.zip + Expand-Archive -Path Scream4.0.zip -DestinationPath Scream Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream # Starting from windows-2022, the Windows Audio engine doesn't seem to