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 78d658f commit a1b95e6
Showing 1 changed file with 1 addition and 0 deletions.
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 "ls" CMD "ls ." 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 a1b95e6

Please sign in to comment.