Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 28, 2024
1 parent a6e1bfa commit 77c34a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@ jobs:

release:
# needs: [setup, build, linux_aarch64, windows_gnu, linux_riscv64]
needs: [setup, build, windows_gnu]
# needs: [setup, build, windows_gnu]
needs: [setup, build]
runs-on: ubuntu-latest
if: needs.setup.outputs.DOING_RELEASE == '1' || github.event.inputs.release != ''
steps:
Expand Down

0 comments on commit 77c34a6

Please sign in to comment.