From 4dc4ea59cb081804cb95c89c3e9b0748ce39f6df Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Mon, 6 Jan 2025 14:10:53 -0700 Subject: [PATCH] Fixed needs --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 463012c4..70281240 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -250,7 +250,7 @@ jobs: cmake: # if: ${{ false }} name: ${{ matrix.os }} type=${{ matrix.BUILD_TYPE }} - needs: [distcheck] + needs: [init, distcheck] strategy: fail-fast: false matrix: