Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Aug 23, 2024
1 parent 96455b7 commit f295451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ jobs:
run: python3 build.py -D ENABLE_SODIUM=ON -D ENABLE_SSE=OFF -D CRYPTO_TOOLS_STD_VER=17 -DFETCH_SODIUM=ON


- name: list
run: |
ls out/libsodium/
cat out/libsodium/config.log
# - name: list
# run: |
# ls out/libsodium/
# cat out/libsodium/config.log



Expand Down
1 change: 1 addition & 0 deletions thirdparty/getSodium.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ if(NOT SODIUM_FOUND)

run(NAME "Autogen" CMD ${AUTOGEN_CMD} WD ${CLONE_DIR})
run(NAME "Configure" CMD ${CONFIGURE_CMD} WD ${CLONE_DIR})
run(NAME "Configure" CMD ${CONFIGURE_CMD} WD ${CLONE_DIR})
run(NAME "Build" CMD ${BUILD_CMD} WD ${CLONE_DIR})
run(NAME "Install" CMD ${INSTALL_CMD} WD ${CLONE_DIR})
run(NAME "Install2" CMD "mkdir" "-p" "${OC_THIRDPARTY_INSTALL_PREFIX}/lib/cmake/libsodium" WD ${CLONE_DIR})
Expand Down

0 comments on commit f295451

Please sign in to comment.