Skip to content

Commit

Permalink
fix: connect pre_check
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Mar 16, 2024
1 parent b0f947f commit 486c1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
platform: darwin
arch: arm64
name: build (${{ matrix.platform }}-${{ matrix.arch }})
needs: [pre_check]
runs-on: ${{ matrix.os }}
env:
target: ${{ matrix.platform }}-${{ matrix.arch }}
Expand Down

0 comments on commit 486c1ec

Please sign in to comment.