Skip to content

Commit

Permalink
ci: try find openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
longfar-ncy committed Apr 24, 2024
1 parent 4fb1e51 commit 43e43e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/import_braft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: FindOpenssl(tmp)
run: |
brew install autoconf openssl
whereis openssl
- name: Build
env:
CPLUS_INCLUDE_PATH: /usr/local/opt/openssl/include
Expand Down

0 comments on commit 43e43e9

Please sign in to comment.