From 221320bafbb6bb2f00727c93935884bc618a03b5 Mon Sep 17 00:00:00 2001 From: Mack Straight Date: Sun, 13 Sep 2026 04:01:43 -0400 Subject: [PATCH] ci: also build SarConfigure and SarCtl in the usermode job Both are plain MSVC projects with no WiX dependency, so they cost nothing extra on the runner and a compile break in them no longer goes unnoticed. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_015Ae1KbSGxTuh8F6i85MGxp --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a2cdbf..449f2ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: shell: pwsh run: | & msbuild SynchronousAudioRouter.sln ` - /t:SarAsio ` + '/t:SarAsio;SarConfigure;SarCtl' ` /p:Configuration=Release ` /p:Platform=${{ matrix.platform }} ` /m /verbosity:minimal /nologo