Skip to content

Commit

Permalink
Merge pull request #134 from MLanguage/fix_ci
Browse files Browse the repository at this point in the history
Use correct ocaml-compiler options for musl+flambda
  • Loading branch information
Raphaël Monat authored Feb 23, 2022
2 parents 9afe099 + 837501f commit 2098deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binary-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
# Version of the OCaml compiler to initialise
ocaml-compiler: 4.11.2+musl+static+flambda
ocaml-compiler: 4.11.2+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static


- name: Install dependencies
run: |
Expand Down

0 comments on commit 2098deb

Please sign in to comment.