Skip to content

Commit

Permalink
230912.173758.HKT correct cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 12, 2023
1 parent 72edcde commit 435462f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:
contents: read

jobs:

cmake-main:
runs-on: ${{ matrix.os }}
continue-on-error: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 435462f

Please sign in to comment.