From 76a2faf38f3eeb9cb71432caeeef06e7de33390a Mon Sep 17 00:00:00 2001 From: Simon Weis Date: Mon, 18 Dec 2023 08:46:32 +0100 Subject: [PATCH] Use windows-2022 and start audiosrv --- .github/workflows/test_verification.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test_verification.yml b/.github/workflows/test_verification.yml index 2e2d45e..af303b5 100644 --- a/.github/workflows/test_verification.yml +++ b/.github/workflows/test_verification.yml @@ -107,7 +107,7 @@ jobs: # working-directory: ${{github.workspace}}/build/test/approval_tests Windows: - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Set up cmake uses: jwlawson/actions-setup-cmake@v1.11 @@ -123,17 +123,11 @@ jobs: working-directory: ${{github.workspace}}/build run: cmake --build . - - 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 - 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 - - name: Copy assets run: cp -r assets ${{github.workspace}}/build/test/unit_tests/Debug + - run: net start audiosrv + - name: Test working-directory: ${{github.workspace}}/build run: test/unit_tests/Debug/OpenALpp_UnitTests.exe --order rand