Skip to content

Commit

Permalink
CI: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
talisein committed Jul 14, 2024
1 parent d9bb92e commit 4d35c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:

release:
if: startsWith(github.ref, 'refs/tags/v')
needs: [check-run-linux, check-run-macos-11, check-run-macos-12, check-run-win]
needs: [check-run-linux, check-run-macos-12, check-run-win]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 4d35c13

Please sign in to comment.