Skip to content

Commit

Permalink
fix openssl path for mac14
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Dec 15, 2024
1 parent eef1745 commit a2b94fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,14 @@ jobs:
- name: check cellar for openssl
run: cd /opt/homebrew/Cellar/openssl@3/ && ls

- name: where is openssl
run: openssl --version

- name: which clang/xcode
run: clang --version

- name: Auto generate
run: ./autogen.sh

- name: configure
run: export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib" && export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include" && ./configure --disable-bench --disable-tests --disable-dependency-tracking --disable-werror --with-gui --bindir=`pwd`/release/bin --libdir=`pwd`/release/lib --with-openssl-dir=/opt/homebrew/Cellar/openssl@3/3.3.1 --with-libevent-dir=/opt/homebrew/Cellar/libevent/2.1.12_1 --with-boost=/opt/homebrew/Cellar/[email protected]/1.76.0_5
run: export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib" && export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include" && ./configure --disable-bench --disable-tests --disable-dependency-tracking --disable-werror --with-gui --bindir=`pwd`/release/bin --libdir=`pwd`/release/lib --with-openssl-dir=/opt/homebrew/Cellar/openssl@3/3.4.0 --with-libevent-dir=/opt/homebrew/Cellar/libevent/2.1.12_1 --with-boost=/opt/homebrew/Cellar/[email protected]/1.76.0_5

- name: make
run: make -j4
Expand Down

0 comments on commit a2b94fd

Please sign in to comment.