From d4432c995e6db6f482abcfd8d178faad11df686f Mon Sep 17 00:00:00 2001 From: "Jonathan \"Geenz\" Goodman" Date: Fri, 19 Dec 2025 17:53:49 -0500 Subject: Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e2f2200fac..019afbb4aa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -92,8 +92,8 @@ jobs: # Only set variants to the one configuration: don't let build.sh loop # over variants, let GitHub distribute variants over multiple hosts. variants: ${{ matrix.configuration }} - # Pass USE_VELOPACK to CMake when using Velopack installer (default) - autobuild_configure_parameters: ${{ (github.event.inputs.installer_type || 'velopack') == 'velopack' && '-DUSE_VELOPACK:BOOL=ON' || '' }} + # Pass USE_VELOPACK to CMake when using Velopack installer (default) - Windows only + autobuild_configure_parameters: ${{ contains(matrix.runner, 'windows') && (github.event.inputs.installer_type || 'velopack') == 'velopack' && '-DUSE_VELOPACK:BOOL=ON' || '' }} steps: - name: Checkout code uses: actions/checkout@v5 -- cgit v1.3