Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Oct 20, 2023
1 parent cf38516 commit 55bc30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
ls -hal /usr/local/opt/openssl || true
openssl version
openssl version -a
make OPENSSL_STATIC=1 OPENSSL_LIB_DIR=/opt/homebrew/opt/openssl@3.1/lib OPENSSL_INCLUDE_DIR=/opt/homebrew/opt/openssl@3.1/include ${{ matrix.build_target }}
make OPENSSL_STATIC=1 OPENSSL_LIB_DIR=/usr/local/openssl/lib OPENSSL_INCLUDE_DIR=/usr/local/openssl/include ${{ matrix.build_target }}
devtools/ci/package.sh target/prod/ckb
otool -L ./target/prod/ckb
./target/prod/ckb --version
Expand Down

0 comments on commit 55bc30b

Please sign in to comment.