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 b16f516 commit cfa45cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
GPG_SIGNER: ${{ secrets.GPG_SIGNER }}
run: |
export GIT_TAG_NAME=` echo ${{ github.ref }} | awk -F '/' '{print $4}' `
ls -ahl /opt/homebrew/opt/openssl*
ls -hal /usr/local/opt/openssl
ls -ahl /opt/homebrew/opt/openssl* || true
ls -hal /usr/local/opt/openssl || true
openssl version
openssl version -a
make OPENSSL_STATIC=1 OPENSSL_LIB_DIR=/opt/homebrew/opt/[email protected]/lib OPENSSL_INCLUDE_DIR=/opt/homebrew/opt/[email protected]/include ${{ matrix.build_target }}
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- name: Build
run: |
devtools/windows/make prod
.\target\prod\ckb.exe --version
.\target\prod\ckb.exe init -C .\target\prod\ckb_data_test
target\prod\ckb.exe --version
target\prod\ckb.exe init -C .\target\prod\ckb_data_test
env:
REL_PKG: x86_64-pc-windows-msvc.zip

0 comments on commit cfa45cd

Please sign in to comment.