File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -499,9 +499,6 @@ jobs:
499
499
brew install openssl
500
500
echo 'export PATH="/usr/local/opt/openssl@3/bin:$PATH"' >> /Users/runner/.bash_profile
501
501
source ~/.bash_profile
502
- export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
503
- export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
504
- export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"
505
502
- name : Checkout
506
503
507
504
- name : " Build & Test"
@@ -514,6 +511,9 @@ jobs:
514
511
BUILD_SHARED_LIBS : ${{ matrix.shared }}
515
512
OPENSSL_ROOT_DIR : " /usr/local/opt/openssl@3"
516
513
OPENSSL_LIBRARIES : " /usr/local/opt/openssl@3/lib"
514
+ LDFLAGS : " -L/usr/local/opt/openssl@3/lib"
515
+ CPPFLAGS : " -I/usr/local/opt/openssl@3/include"
516
+ PKG_CONFIG_PATH : " /usr/local/opt/openssl@3/lib/pkgconfig"
517
517
uses : ashutoshvarma/action-cmake-build@master
518
518
with :
519
519
build-dir : ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments