From 064dafd20d2ec12042f7ddcddaf8549b14176fd6 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Mon, 4 Oct 2021 23:41:40 +0200 Subject: [PATCH] fix: Workaround the static-bin-macos failure (#431) --- .github/workflows/static-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static-builds.yml b/.github/workflows/static-builds.yml index 9734914f7..d87fcd65d 100644 --- a/.github/workflows/static-builds.yml +++ b/.github/workflows/static-builds.yml @@ -58,6 +58,7 @@ jobs: - name: Prepare build environment run: | opam init -a --bare + brew install openssl@3 # Workaround https://github.com/ocaml/opam-repository/issues/19676 opam switch create . ocaml-base-compiler --deps-only - name: Build the binaries run: |