Skip to content

Commit

Permalink
Fix ocaml matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Feb 7, 2024
1 parent 4b51cec commit 5c1680c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ jobs:
- name: Linux
uses: ubuntu-latest
# We don't use flambda as that ends up much buliker than without.
ocaml: ocaml-variants.5.1.1+options,ocaml-option-musl
ocaml:
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-musl
input-file: illuaminate
output-file: illuaminate-linux-x86_64
dune-flags: --workspace dune-workspace.release

- name: macOS
uses: macos-latest
ocaml: "5.1.1"
ocaml:
ocaml-compiler: "5.1.1"
input-file: illuaminate
output-file: illuaminate-macos-x86_64
dune-flags:
Expand Down

0 comments on commit 5c1680c

Please sign in to comment.