From baa0361c9450f40e126d43fc83a7a395c5a4e857 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Tue, 9 Dec 2025 13:20:28 +0100 Subject: [PATCH] Fixed dependency --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ec7bd35..b540b74f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -366,7 +366,7 @@ jobs: desktop-smoke-test: name: Run ${{ matrix.os }} ${{ matrix.unity-version }} Smoke Test if: ${{ !startsWith(github.ref, 'refs/heads/release/') }} - needs: [smoke-test-create, create-unity-matrix] + needs: [smoke-test-create, create-unity-matrix, build-unity-sdk] runs-on: ${{ matrix.os }}-latest strategy: fail-fast: false