Skip to content

Commit

Permalink
Fix macos build with explicit brew install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Feb 18, 2024
1 parent b1625f4 commit a7771b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ jobs:

- name: "setup: misc"
run: |
brew install -q autoconf automake ccache pandoc pkg-config libtool
brew install -q autoconf automake ccache libtool openssl pandoc pkg-config
mkdir -p ${{ env.CCACHE_DIR }}
echo "$(brew --prefix)/opt/ccache/libexec" >> $GITHUB_PATH
Expand Down

0 comments on commit a7771b2

Please sign in to comment.