Skip to content

Commit

Permalink
Make cross-build required for the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Dec 9, 2024
1 parent 6a03771 commit fdec5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:

release:
runs-on: ubuntu-24.04
needs: [test, lint, examples-schema-validation, examples, license-check, type-generation, dead-code-check, check-ledger]
needs: [test, lint, examples-schema-validation, examples, license-check, type-generation, dead-code-check, check-ledger, cross-build]
if: startsWith(github.ref, 'refs/tags/')
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
Expand Down

0 comments on commit fdec5ca

Please sign in to comment.