From 435462fae601ba37479a452de8d2b97eb55f36d9 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Tue, 12 Sep 2023 17:37:58 +0800 Subject: [PATCH] 230912.173758.HKT correct cmake.yml --- .github/workflows/cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 27c62181fd..ef470423a8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -19,6 +19,7 @@ permissions: contents: read jobs: + cmake-main: runs-on: ${{ matrix.os }} continue-on-error: true @@ -143,7 +144,7 @@ jobs: check_success_timeout: runs-on: ubuntu-latest if: ${{ !cancelled() }} - needs: test + needs: [cmake-main, cmake-other] steps: - name: Clone the GitHub actions scripts uses: actions/checkout@v4