Skip to content

Commit

Permalink
fix: Workaround the static-bin-macos failure (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Oct 4, 2021
1 parent 2c1347c commit 064dafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-builds.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 064dafd

Please sign in to comment.