From b897350919ba0b26dffc602037465703c30d723b Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 27 Oct 2024 08:34:05 -0700 Subject: [PATCH] matrix Signed-off-by: Cary Phillips --- .github/workflows/ci_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index f3b6597d5..bb037b885 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -357,7 +357,6 @@ jobs: ${{ matrix.build-type }} ${{ matrix.label }}' runs-on: windows-${{ matrix.osver }} - if: ${{ matrix.build }} = "1" strategy: matrix: build: [1, 2, 3, 4, 5, 6] @@ -414,6 +413,7 @@ jobs: osver: 2019 BUILD_SHARED_LIBS: 'OFF' + if: ${{ matrix.build }} = "1" steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0