From 34ae158c4b94fa64e2e632a44bb9e6e09394131c Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Tue, 2 Nov 2021 23:25:24 +0100 Subject: [PATCH] chore: Tweak previous patch "Workaround the static-bin-macos failure" Follow-up of 064dafd20d2ec12042f7ddcddaf8549b14176fd6 --- .github/workflows/static-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-builds.yml b/.github/workflows/static-builds.yml index 23a417beb..28717099f 100644 --- a/.github/workflows/static-builds.yml +++ b/.github/workflows/static-builds.yml @@ -70,7 +70,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 update --depexts # cf. https://github.com/ocaml/opam-repository/issues/19676#issuecomment-948679147 opam switch create . ocaml-base-compiler --deps-only - name: Build the binaries run: |