Skip to content

Commit

Permalink
5.3 cross compilers: require green build (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Nov 24, 2024
1 parent 9ea5b87 commit 966b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- { ocaml-version: 4_14, continue-on-error: false }
- { ocaml-version: 5_1, continue-on-error: false }
- { ocaml-version: 5_2, continue-on-error: false }
- { ocaml-version: 5_3, continue-on-error: true }
- { ocaml-version: 5_3, continue-on-error: false }
target:
- arm64
- musl
Expand Down

0 comments on commit 966b6fd

Please sign in to comment.