From 837501faa0fde780360de036480028f0b70ff022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Monat?= Date: Wed, 23 Feb 2022 16:04:46 +0100 Subject: [PATCH] Use correct ocaml-compiler options for musl+flambda --- .github/workflows/binary-releases.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/binary-releases.yml b/.github/workflows/binary-releases.yml index f96693ec3..3727ae988 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -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: |